Hi everyone,
We are using Bitbucket Pipelines to deploy our Laravel application but we are having an issue. Normally our application uses 15% to 20% CPU on high traffic load, but when we deploy a new release (not every time) CPU utilization tops 100% and it makes our application unreachable until we reload PHP-FPM service with systemctl command.
To sum up; this happens only when we deploy, but not with all deployments.