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

[1.6.0] RabbitMQ message are not acked, service stops working #71

Closed
Brutus5000 opened this issue Jul 3, 2024 · 5 comments
Closed

[1.6.0] RabbitMQ message are not acked, service stops working #71

Brutus5000 opened this issue Jul 3, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@Brutus5000
Copy link
Member

Currently on production the service takes up to 300 messages from the queue and reports them as done in the logs, but never releases them and never continues to work.

@Brutus5000 Brutus5000 added the bug Something isn't working label Jul 3, 2024
@BlackYps
Copy link
Collaborator

BlackYps commented Jul 4, 2024

I'm sure the culprit is somewhere in here #68
It even had consequences for the tests, I just don't understand what changed that messages don't get processed properly anymore

@BlackYps
Copy link
Collaborator

BlackYps commented Jul 8, 2024

@Askaholic have you encountered this problem before?

@Askaholic
Copy link

I don’t recall seeing that before. It could be that something changed with the library that requires you to update the code for it to keep working correctly. Idk, you could check the release notes for aio_pika and pampq.

You could also try reverting just the changes to rabbitmq, or revert the whole PR and then redo everything except the rabitmq update. Then you could at least isolate the issue.

@BlackYps
Copy link
Collaborator

I made some progress and isolated the problem to the update of the aio_pika library from 6.8.2 to 7.0
I'm just not sure what exactly goes wrong. The only code change that is needed for the update is for publishing messages, not reading them, so there must be something else going on.
See also #73

@BlackYps
Copy link
Collaborator

closed with #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants