Skip to content

Fix Consumer dispatch queue handler #1

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

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Conversation

sdorre
Copy link

@sdorre sdorre commented Jul 21, 2021

  • When the queue is full (more messages than threads) the queue full flag
    was set to True but never reset. Which lead to a blocking state were
    messages are not read anymore.

- When the queue is full (more messages than threads) the queue full flag
  was set to True but never reset. Which lead to a blocking state were
  messages are not read anymore.
@dkkeller dkkeller merged commit 2aafe5d into dkkeller:master Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants