MichaelXavier / cron

Cron data structure and parser for Haskell
Other
53 stars 33 forks source link

[Idea] Non-overlapping cron jobs #48

Open avanov opened 2 years ago

avanov commented 2 years ago

Hi!

It would be nice for a library to have a flag for non-overlapping jobs where frequently triggered jobs are not triggered again if one of the previously started jobs hasn't finished yet. This is useful in data processing flows where processing actions take longer than the scheduled "timeout".