"[CRITICAL] WORKER TIMEOUT" in logs when running "Hello Cloud Run with Python" from GCP Setup Docs
Cloud Run has scaled down one of your instances, and the gunicorn
arbiter is considering it stalled.
You should add --timeout 0
to your gunicorn
invocation to disable the worker timeout entirely, it's unnecessary for Cloud Run.