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

get items sometimes doesn't work #72

Open
lilithxxx opened this issue Nov 16, 2023 · 0 comments
Open

get items sometimes doesn't work #72

lilithxxx opened this issue Nov 16, 2023 · 0 comments
Labels

Comments

@lilithxxx
Copy link

lilithxxx commented Nov 16, 2023

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

  1. Put an item
  2. get the item with a timeout, i.e block until item is available
  3. 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
  4. 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
@malthe malthe added the bug label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants