Level 1
As of today, there is no progress on this. I'll make sure to come back and update the post if I ever figure out what's going on there.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Under what circumstance does php-fpm maintain a DB connection beyond the end of a script or request?
max_connections = 150 and disabling the app since no more connections can be created.static, with a max child count of 39.show full processlist shows me that the vast majority of connections are in SLEEP state and doing nothing.ss on the app node as well as the php-fpm status page, I've determined that the children holding the connections open are themselves in idle state.systemctl restart php7.4-fpm every hour. This alleviates the issue, but obviously isn't a good solution.Thanks for reading and any idea that might help. I've also asked this same question on StackOverflow
Please or to participate in this conversation.