You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even tho all works fine, I keep getting those errors in cloud run logs:
Uncaught signal: 13, pid=3, tid=3, fault_addr=0.
This probably happens because cloud run is closing unneeded app instances when scaling but I'm not sure. Also, based on https://man7.org/linux/man-pages/man7/signal.7.html , signal 13 seems to be SIGPIPE which is weird.
Is there a way to suppress those error logs in supervisor or maybe to handle them somehow so they will not show as errors?
Thank you.
The text was updated successfully, but these errors were encountered:
piotrekkr
changed the title
Uncaught signal: 13, pid=3, tid=3, fault_addr=0.
Supress or handle: Uncaught signal: 13, pid=3, tid=3, fault_addr=0.
Aug 23, 2023
piotrekkr
changed the title
Supress or handle: Uncaught signal: 13, pid=3, tid=3, fault_addr=0.
Suppress or handle: Uncaught signal: 13, pid=3, tid=3, fault_addr=0.
Aug 23, 2023
Hello. I'm using supervisor with nginx and php-fpm, all packed in one docker container and deployed to GCP Cloud Run.
supervisord config
/etc/supervisor/supervisord.conf
:Program configs
/etc/supervisor/conf.d/app.conf
:entrypoint:
Docker command:
Even tho all works fine, I keep getting those errors in cloud run logs:
This probably happens because cloud run is closing unneeded app instances when scaling but I'm not sure. Also, based on https://man7.org/linux/man-pages/man7/signal.7.html , signal
13
seems to beSIGPIPE
which is weird.Is there a way to suppress those error logs in supervisor or maybe to handle them somehow so they will not show as errors?
Thank you.
The text was updated successfully, but these errors were encountered: