clockwork
clockwork copied to clipboard
Database Backed Events and Skip First Run
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.
May be related to issue #33
See https://github.com/Rykian/clockwork/issues/33#issuecomment-351443341.