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
This problem can happen in ondemand mode if the connection is established but there is a significant write delay and pm.process_idle_timeout is set even to shorter value. In such case process idle can remove all children. But probably because the connection is established, it is past creating new child so the request fails.
Description
This problem can happen in ondemand mode if the connection is established but there is a significant write delay and
pm.process_idle_timeout
is set even to shorter value. In such case process idle can remove all children. But probably because the connection is established, it is past creating new child so the request fails.The following tests results in such issue:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8
Operating System
Linux
The text was updated successfully, but these errors were encountered: