-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip_first_run option is not being honored #33
Comments
That must be because latest gem version 2.0.2 was released on March 18 and Use this in your Gemfile and it should work: gem 'clockwork', git: 'https://github.com/Rykian/clockwork' |
@rafbm Thanks for this information. When do you anticipate publishing the changes to a new gem version? |
I just ran into this, and I'd also like a rubygems-published version :) |
Looks like this should be released https://rubygems.org/gems/clockwork |
The following declaration causes the block of code to run at startup:
every(5.minutes, 'MyTask.scheduled_task', skip_first_run: true) { MyTask.delay.scheduled_task }
Happy to provide any additional information that is of use.
The text was updated successfully, but these errors were encountered: