Cloud Run Service: Persistent 503 "Service Unavailable" Despite Application Logs Showing Gunicorn Li

Hi @Jp88m ,

Welcome to Google Cloud Community!

If you’re using HTTP probes in Cloud Run (which is the default), make sure your service is using HTTP/1, not HTTP/2. Cloud Run’s health checks expect HTTP/1, and using HTTP/2 can cause them to fail and trigger those 503 errors. For more details and setup guidance, check out Configure startup probes.

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.