You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple distributed cron scheduler written in Golang
allows running cron jobs across instances without duplication
Inspiration:
At time of writing this, I couldn't find a library suited to a cron run spec
An existing solution had similar capabilities, but lacked a specific use case
Use case required running only a single instance of cron job, even in cases when preceding cron jobs lags and overlaps with succeeding cron job schedule