-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
I'm sure the culprit is somewhere in here #68 |
@Askaholic have you encountered this problem before? |
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. |
I made some progress and isolated the problem to the update of the aio_pika library from 6.8.2 to 7.0 |
closed with #73 |
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.
The text was updated successfully, but these errors were encountered: