Replies: 1 comment
-
you can easily check the commit history and release notes to understand that, use the latest pypi release. you have questions ask them in forum first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Today I found a serious issue in our production environment. There are large rabbitmq connections, which caused the server CPU usage is very high. Finnaly I found that the py-amqp not closing connections when celery worker exited.
Checked with py-amqp releases on github. found it is fixed by #374
So what version should I use for stable consideration?
Beta Was this translation helpful? Give feedback.
All reactions