docker
docker copied to clipboard
Supervisord INFO reaped unknown pid
Description
We see various INFO level log messages from supervisord:
09:05:47,254 INFO reaped unknown pid 375 (exit status 0)
Presumably this is expected for processes killed by PHP-FPM and/or NGINX i.e. cleaning up worker pools perhaps? If this is correct then as per https://www.dailyithelp.com/supervisord-docker-info-reaped-unknown-pid should the logging be updated to error instead of info?
Additional info
- Craft version: 4.5.4
- PHP version: 8.2.10
Yeah so these are caused when queue jobs are run, in our case using the Async Queue plugin