- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens pushed to cron at vieter-v/vieter
-
c6813f1e0d Make skip-unused build prod; better ci information
Jef Roosens pushed to cron at vieter-v/vieter
-
10377632d5 Make vieter compiler with -skip-unused
Jef Roosens commented on issue vieter-v/vieter#15
Migrate to default compilerThank you to spytheman for making this happen!
Jef Roosens deleted branch multi-arch-repos from vieter-v/vieter
Jef Roosens pushed to cron at vieter-v/vieter
-
92ca5b8024 Merge branch 'dev' into cron
-
20112b8693 Switched to official compiler instead of fork
-
9a56bd03a7 Prevents tests from running on dev or main
-
05b34d3ffd Merge pull request 'cron expression parser' (#127) from cron into dev
- Compare 4 commits »
Jef Roosens pushed to dev at vieter-v/vieter
-
20112b8693 Switched to official compiler instead of fork
Jef Roosens pushed to master at vieter-v/v
-
b5a282551f Added woodpecker config & Dockerfile
Jef Roosens pushed to cron at vieter-v/vieter
-
cf77037188 Some more experimental builds
Jef Roosens pushed to cron at vieter-v/vieter
-
cd8fd78616 Added experimental builds to CI
Jef Roosens pushed to cron at vieter-v/vieter
-
c8fc683384 Eh don't feel like writing scheduler rn
Jef Roosens pushed to cron at vieter-v/vieter
-
c8af362a4a Workaround for weird bug
Jef Roosens pushed to cron at vieter-v/vieter
-
78b477fb92 Removed deprecated err.msg & err.code
Jef Roosens pushed to cron at vieter-v/vieter
-
f7e1aba30b Attempt at writing renew_queue function; seems to just stop in the
Jef Roosens pushed to cron at vieter-v/vieter
-
ff57d73998 Start of daemon (not working) [CI SKIP]
-
132a7a8ba5 Added int support to env; fixed apparently broken defaults
- Compare 2 commits »
Jef Roosens commented on issue vieter-v/vieter#116
Add configurable cron schedule```v import time import sync.stdatomic fn tlog(msg string) { println('${time.now().format_ss_micro()}
Jef Roosens commented on issue vieter-v/vieter#116
Add configurable cron scheduleApparently there's no function for only checking whether a thread has finished; you can only wait. Perhaps we could use a shared object instead that each thread then updates whenever it's done…
Jef Roosens commented on issue vieter-v/vieter#116
Add configurable cron scheduleTo schedule jobs & periodically update the API, I have the following algorithm in mind: We add a configuration variable `api_update_frequency` or something that defines how often the API should…
Jef Roosens pushed to dev at vieter-v/vieter
-
9a56bd03a7 Prevents tests from running on dev or main
Jef Roosens deleted branch patches from vieter-v/vieter