We have a docker environment with openlitespeed. We have the problem that processes keep running after the timeout time has been reached, websites then go down due to high resource usage.
Php processes that are open for more time then the max idle time our max execution time are crashed at that moment. When visiting the website at that moment there is a timeout message after a while. But the site/docker container is not recovering.
Expected behavior would be a 503 error in browser and recovery in a few minutes, unless the cause of the 503 is not solved. Please note, that after we restart the container everything is working fine again.
We have set max idle time and max execution time + other settings to 90 seconds. So how can we make sure litespeed processes are killed after 90 seconds?
Php processes that are open for more time then the max idle time our max execution time are crashed at that moment. When visiting the website at that moment there is a timeout message after a while. But the site/docker container is not recovering.
Expected behavior would be a 503 error in browser and recovery in a few minutes, unless the cause of the 503 is not solved. Please note, that after we restart the container everything is working fine again.
We have set max idle time and max execution time + other settings to 90 seconds. So how can we make sure litespeed processes are killed after 90 seconds?