#
82296490 |
| 30-Oct-2022 |
Jakub Zelenka |
Fix GH-9770: Add small timeout in status-listen test This is to allow more time to switch for active to idle in scoreboard as it seems that Travis is quite short on resources and might n
Fix GH-9770: Add small timeout in status-listen test This is to allow more time to switch for active to idle in scoreboard as it seems that Travis is quite short on resources and might not switch it quickly enough.
show more ...
|
Revision tags: php-8.0.0, php-7.3.25, php-7.4.13, php-8.0.0RC5, php-7.4.13RC1, php-8.0.0RC4, php-7.3.25RC1, php-7.4.12, php-8.0.0RC3, php-7.3.24, php-8.0.0RC2, php-7.4.12RC1, php-7.3.24RC1, php-7.2.34, php-8.0.0rc1, php-7.4.11, php-7.3.23, php-8.0.0beta4, php-7.4.11RC1, php-7.3.23RC1, php-8.0.0beta3, php-7.4.10, php-7.3.22, php-8.0.0beta2, php-7.3.22RC1, php-7.4.10RC1 |
|
#
37a878b8 |
| 04-Aug-2020 |
Jakub Zelenka |
FPM: Prevent warning with raising pm.max_children for shared pool
|
Revision tags: php-8.0.0beta1, php-7.4.9 |
|
#
4644a3ed |
| 04-Aug-2020 |
Nikita Popov |
XFAIL status-listen FPM test Has frequent intermittent failures with: ERROR: The NOTICE does not match expected message: - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE
XFAIL status-listen FPM test Has frequent intermittent failures with: ERROR: The NOTICE does not match expected message: - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: Terminating ...$/ - MESSAGE: [04-Aug-2020 08:15:37] WARNING: [pool unconfined_status] server reached max_children setting (2), consider raising it - EXPECT: 'Terminating ...' - ACTUAL: '2020 08:15:37] WARNING: [pool unconfined_status] server reached max_children setting (2), consider raising it'
show more ...
|
Revision tags: php-7.2.33, php-7.3.21 |
|
#
44c7128f |
| 01-Aug-2020 |
Jakub Zelenka |
FPM: Add pm.status_listen option This option allows getting status from different endpoint (e.g. port or UDS file) which is useful for getting status when all children are busy with
FPM: Add pm.status_listen option This option allows getting status from different endpoint (e.g. port or UDS file) which is useful for getting status when all children are busy with serving long running requests. Internally a new shared pool with ondemand process manager is used. It means that the status requests have reserved resources and should not be blocked by other requests.
show more ...
|