adamwiggins/clockwork

All events triggered at startup

Opened this issue · 1 comments

Let's say I need to run a database cleanup job during a known low period on a weekend, or generate some useful metrics at month-end, what's the best approach to handle that?

The current :at implementation doesn't have the concept of day-of-month or day-of-week ..

I'd welcome a patch which added this. :)