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
After putting an item in the queue, get must always fetch the item in the queue
Actual Behavior
After putting an item in the queue, sometimes randomly the get function does not fetches the item
Steps to Reproduce the Problem
Put an item
get the item with a timeout, i.e block until item is available
although the item is available in the queue (ive checked the database manually to see that the item is indeed committed to the db) the get function blocks and does not return
I must emphasize that this behavior occurs randomly and such these steps might not work for someone else.
Specifications
Version: 1.9.1
Python version: 3.11.6
Postgres version: 16.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
After putting an item in the queue, get must always fetch the item in the queue
Actual Behavior
After putting an item in the queue, sometimes randomly the get function does not fetches the item
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: