Open darena-mdsol opened 7 years ago
How to use skip_first_run options when using database backed events. I have attempted to use
skip_first_run
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.
How to use
skip_first_run
options when using database backed events. I have attempted to usebut it has no effect.