Rykian / clockwork

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

Database Backed Events and Skip First Run #25

Open darena-mdsol opened 7 years ago

darena-mdsol commented 7 years ago

How to use skip_first_run options when using database backed events. I have attempted to use

sync_database_events(model: ScheduledEvent, every: frequency, skip_first_run: true)

but it has no effect.

tboyko commented 7 years ago

May be related to issue #33

rafbm commented 6 years ago

See https://github.com/Rykian/clockwork/issues/33#issuecomment-351443341.