-
Notifications
You must be signed in to change notification settings - Fork 76
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
Qless::Queue#peek
not returning correct results for recurring jobs
#233
Comments
Additional data from invoking the Lua 'directly'
|
Turns out there was a lingering member in the |
So far I'm not seeing anything that would point at a root cause, the only set that seems to have had this pollution is the |
I just discovered that the completed set has invalid values too, sadly I haven't taken good enough notes to know if there is any overlap between the extras in the |
We had more issues with one of the sorted sets being in an inconsistent state this morning, this time it was the |
As of 515cdc8 a queue can get in an unexpected state leading to recurring jobs not being returned properly by
#peek
when no count argument is supplied. At this point I've traced it down to the Lua scripts by working back through the ruby code, I'll post more details as I find them.The text was updated successfully, but these errors were encountered: