crone is a simple cron-like facility. Unlike most crons, it does
not periodically activate and run whatever tasks are due to run; instead
it calculates the amount of time between now and when the next is due
to run, and sleeps exactly that long.
Documentation
Implementations
-
To run this implementation, you need:
-
to build it first, for which you will need:
- an implementation of Erlang (we suggest Erlang/OTP R13B)
-
to build it first, for which you will need:
Download
Development
Github: catseye/crone
Bitbucket: catseye/crone
Issue tracker: on github