-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
All fpm-processes are blocked results in 504 #1969
Comments
Maybe this happens on apache aswell #1803 |
Maybe this bug is related aswell #1886 |
Duplicate of #1766 and docker-library/php#1328 |
Given we have a lot of duplicates and a serious (DOS) bug here, what is the solution (for now) then? We're waiting for upstream docker (#1766 - which they seem reluctant to add/merge)? And why is this exactly closed as “not planned”? Could not you reconfigure that setting in the Nextcloud docker, if it is causing problems? |
The solution is to mount a custom FPM config into |
What does happen:
When does it happen:
What does happen in the backend:
The processes are no longer freed and are permanently blocked (>1h).
I noticed, that the
request_terminate_timeout
is set to0s
= disabled.When I set the
request_terminate_timeout
to a value, I did not experience the problem again.So there are two questions for me:
Why are there processes that are not terminating?
Why is the request_terminate_timeout set to 0?
The text was updated successfully, but these errors were encountered: