cron
cron copied to clipboard
Cron data structure and parser for Haskell
Makes it more convenient to use within a transformers stack.
Just what it says on the tin: `text-2.0` is out.
Fix https://github.com/MichaelXavier/cron/issues/43
I know this package is just "data structure and parser" by definition, but found the scheduling feature is useful. So I want to reuse it for one of my applications...
I was needing some new functions from time 1.9 package and dayOfWeek is defined there. The SOP hack, which is beyond my knowledge has been modified with try and err....
Hello First of all, thank you for this very useful library I recently started to work with. I am experiencing some troubles when scheduling a simple job to start every...
I have a job that is scheduled to run at `0 0 1 * *`, i.e. at midnight at the beginning of each month. This worked as expected until this...
Thanks in advance of my request for a really useful scheduling library. Is there any scope to extend cron so that the time it has been scheduled for is passed...
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...