Donald Arena
Results
2
issues of
Donald Arena
I'm using database backed events in a clockwork implementation, and I'm trying use this gem with rspec. However, nothing happens. It seems that the event getting fetched from the database,...
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.