Closed Damian89 closed 3 years ago
Hey there,
Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.
Thanks!
Description:
While working with Redis as our default queue driver, we noticed some discrepancies in the calculation of queue sizes.
Steps To Reproduce:
Check: Queue::size("queue-name") vs llen vs zrange+count()
I made a simple command to dig deeper:
Returns:
It looks like there are only 6 real jobs in the queue but queue:size shows 2662 and llen shows 2656 (obviosuly its the difference between 2662 and 6).
I don't know what the problem is - just noticed that Queue::size() calculates the queue size using a LuaScript class.
Any ideas? This looks like a bug to me.
Or do I miss something?
Best,
Damian