Open
Description
This is a follow up for #240
Jobs should have the option to configure how to handle a downtime of the scheduler.
transient
jobs that do not need redo-ing even if their execution was skippedpermanent
jobs that would like to get executed once after the period of scheduler being down (no matter how many cycles they have missed). Like backup jobs.permanent_consecutive
- (a better name is more than appreciated) that need to be redone exact the number of times they were not executed. I can imagine like jobs incrementing some counters. I believe I would be able to come up with a real-world scenario, but I need some thinking to come up with it.