Skip to content
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

RPOPLPUSH? #519

Closed
grimborg opened this issue Feb 24, 2015 · 1 comment
Closed

RPOPLPUSH? #519

grimborg opened this issue Feb 24, 2015 · 1 comment

Comments

@grimborg
Copy link

Is there any reason why kue uses BLPOP instead of RPOPLPUSH?

@behrad
Copy link
Collaborator

behrad commented Feb 24, 2015

Priority support!
Kue uses ZSETs to support job priorities, however RPOPLPUSH, atomically moves objects between lists. Please check the implementation to check how kue is using a utility list and BLPOP on that... however this could be refactored to RPOPLPUSH, please follow this old issue #38 or contribute on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants