Closed
Description
Description
Container is running in GCP, K8S v1.23. Healthcheck: https://github.com/renatomefi/php-fpm-healthcheck
PHP container is configured as a sidecar for NGINX reverse proxy, those errors are in logs quite often - what is the meaning of exit code 32? We are using flock locking mechanism on mounted nfs, but there is not log error from locking component.
Configuration:
[global]
daemonize = no
log_level = notice
process_control_timeout = 20s
[www]
access.log = /dev/null
listen = 9000
request_terminate_timeout = 60s
pm = ondemand
pm.max_children = 5
pm.max_requests = 500
pm.process_idle_timeout = 10s
pm.status_path = /status
Container is scaling up and down without issues.
PHP Version
PHP 8.0.19
Operating System
Buster