Closed hcooper closed 1 year ago
These are settings I've already applied in production to help fix the weird php stalling issue, which we have to solve by restarting php-fpm.
emergency_restart_threshold emergency_restart_interval process_control_timeout request_terminate_timeout process_idle_timeout
It also enabled the mysql slow query log, so we can identify heavy weight queries.
These are settings I've already applied in production to help fix the weird php stalling issue, which we have to solve by restarting php-fpm.
It also enabled the mysql slow query log, so we can identify heavy weight queries.