Scheduled tasks #10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should enable the possibility to let a project auto-configure itself with scheduled tasks, i.e. run this job every N time slots.
To me, it means there's a dynamic scheduler modification which takes precedence over previous dynamic scheduling reconfiguration upon first evaluation of the latest
main
branch.An alternative way to design this is to encode this in the NixOS module on our deployment side and write down all the possible steps manually, maybe even import it from the repos we care about. This means effectively that a redeployment has to be done for this to take effect.