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!
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!