-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
v7.0.0.beta15 Can't push new jobs to queue #501
Comments
How are the jobs pushed to the queue? |
Not sure if this is what you are asking but this:
|
That's exactly what I was looking for. I just saw ActiveJob in there and needed to know if it is related to ActiveJob or not. |
@eni9889 what does your sidekiq/sidekiq-unique-jobs initializer look like? |
Happy to provide anything else |
@eni9889 few more questions:
|
Closing due to inactivity :) See #571 for guidance, there was a lot more work being put into v7 and I suggest to start with v7.0.1 |
Describe the bug
After some time I am now unable to push any new jobs to a queue. I see no debug messages. When I call perform_asyc on the unique worker I get back a digest but no job is added to the queue. The issue continues even if I remove the lock param from the worker config. The only way to get things working is to change the name of the queue the worker is sending jobs to.
Expected behavior
Push new jobs to the queue
Current behavior
Can't push new jobs
Worker class
Digest entries are empty when running
The text was updated successfully, but these errors were encountered: