You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there any reason why kue uses BLPOP instead of RPOPLPUSH?
The text was updated successfully, but these errors were encountered: