-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Can't schedule a job from another job #151
Comments
Roger that! Great tip with the Redis Desktop Manager 👍 |
Thanks a lot! 👍 |
we are still having an issue very similar to this we just enabled that verbose debug option that is showing that it fails to aquire the lock. the way I understand the difference between the weirdest thing, is that for one one server, we haven't experienced the issue yet. no errors in the logs except for the jobs also complete their execution, the last line is a log entry which gets called everytime. any idea what could be happening ? CC: @ecnalyr |
My code is the next:
Worker 1:
Worker 2:
First worker has until_executed while the second one has until_executing (it also calls
message.queue_status_check
so by idea could re-schedule itself).Without the sidekiq_options both workers work as expected:
With these options the output is as follows:
The text was updated successfully, but these errors were encountered: