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

fix: make sure RabbitMQ broker’s enqueue() attempts the correct number of preset retries #669

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

jenstroeger
Copy link
Contributor

Closes #668

@jenstroeger jenstroeger marked this pull request as ready for review December 22, 2024 08:25
@Bogdanp Bogdanp merged commit b372f43 into Bogdanp:master Dec 22, 2024
11 checks passed
@Bogdanp
Copy link
Owner

Bogdanp commented Dec 22, 2024

Thanks again!

@jenstroeger
Copy link
Contributor Author

@Bogdanp I stumbled upon this minor bug when I was investigating this: Issue with RabbitMQ Broker: sending a message to the queue creates a consumer thread locally.

Could you please take a look? I can open a PR with the proposed solution which works locally, but somehow I’m not too sure if that’s a good solution, it feels a little awkward.

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.

RabbitMQ Broker off-by-one error when reattempting ensuring a queue
2 participants