clerk
Clerk is a cron-like scheduler for tasks to execute at given intervals.

Example:

(job "Compose and send monthly report" every 1.month (send-report (compose-monthly-report)))

The original idea was for users to use the library to execute some sort of execution of a configuration file.


MIT-LICENSE