You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue where all my queue workers are running and keeping their connections open. Currently, I have 300 open connections, and CloudAMQP is sending notifications about having too many open connections.
According to the documentation, the connections are set to be lazy by default.
How can I ensure that the connections remain open only when there are jobs to process?
I am facing an issue where all my queue workers are running and keeping their connections open. Currently, I have 300 open connections, and CloudAMQP is sending notifications about having too many open connections.
According to the documentation, the connections are set to be lazy by default.
How can I ensure that the connections remain open only when there are jobs to process?
I have this queue.php:
And this RabbitMQQueue.php:
The text was updated successfully, but these errors were encountered: