-
-
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
Unique Jobs Not Running with Version 7.1.26 #730
Comments
For me it is working fine:
|
Could you share some information about your setup @marclennox? |
I'll provide more detail when I get back to this, but my jobs defined as follows are not running in the newer version, but fine in the previous.
|
They are all just going to the Dead queue |
Thanks for that, I'll try and replicate it in a local project! |
@marclennox any chance you're using I think the changes in v7.1.26 (namely #728) introduce a conflict with namespacing. In v7.1.25, with no In v7.1.26, I didn't go terribly far down this rabbit hole, was only using namespacing in development, so ended up pulling it out completely, and that fixed things with v7.1.26. Jobs then ran fine in development and so far have run fine in production. |
Uff, redis-namespace strikes again... I can replicate the problem locally but fixing it I'm not even sure it is possible. |
This is the error message: It seems like def brpoplpush(source, destination, deprecated_timeout = 0, timeout: deprecated_timeout) I don't want to use deprecated values if I can avoid it |
@cgunther @marclennox see if resque/redis-namespace#204 will be taken care of. There isn't that much I can do more than that. |
Indeed I'm using redis namespace. So I should abandon this to get around the problem? |
Mike Perham recommends strongly against redis namespace so I have come to work around it. I'll see if I can fix it but given the type of error; I wonder how many other hidden errors are because of keyword arguments and redis namespace. |
I tried updating to 7.1.26 and now no unique jobs are actually running. Reverting to 7.1.25 resolves the issue.
The text was updated successfully, but these errors were encountered: