Rykian / clockwork

A scheduler process to replace cron.
MIT License
544 stars 66 forks source link

Allow database events to set `skip_first_run` #55

Closed junket closed 5 years ago

junket commented 5 years ago

This would be real handy to have merged 👍 Currently database events set with only a frequency (e.g. every 3600 seconds) get triggered every time the event is modified or the clock process restarts. With this PR, we could simply allow the db event model to pass the highly useful :skip_first_run attribute that you added!

Rykian commented 5 years ago

Thanks for this feature, will release it soon :)