Our cloud-run service is getting stuck sometimes and requires us to redeploy the whole service to get it restarted.
Hi @sakkeer-sanoft,
Welcome to Google Cloud Community!
There are a few possible reasons why your Cloud Run service might be getting stuck and requiring a redeploy to restart.
Additionally, you can try to reproduce the issue locally and debug your code. If you're still having problems, you can collect logs from your Cloud Run service and use them to debug the issue.
@christianpaula at the moment we moved our test environment to cloud run and it has very less traffic and don't think any of the above items are causing the issue.
At the moment we added a periodic health check call not to get the service stuck. and it worked for us.
But still don't have enough confidence to migrate our production to cloud run, from the google app engine.