-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Tasks run once, and then there is no launch #464
Comments
I have the same issue :( I was bypass this issue by option
|
@hiepdinhxxx are you also using sidekiq-cron? |
@danilvoe I'm not sure if you managed to get past the problem, I'd be interested in learning more about that setup. I've come across some situations with other sidekiq plugins/middleware causing problems for me. |
The worker is now defined:
As far as I remember, after determining the method of checking for uniqueness, the problem disappeared. |
Closing as the problem seems to have resolved itself. Please see #571 for upgrading to v7.0.1 |
If the tasks are launched through the sidekiq interface, then the launch occurs, but according to the schedule, the task does not start.
If you delete a task from the schedule and re-set them, then they are started, but only once.
worker defined:
create job:
what am I doing wrong?
gem 'sidekiq', '5.2.5'
gem 'sidekiq-cron', '1.1.0'
gem 'sidekiq-unique-jobs', '6.0.15'
The text was updated successfully, but these errors were encountered: