79072247

Date: 2024-10-09 22:34:51
Score: 1.5
Natty:
Report link

(Confirming @guillaume-blaquiere's comment) I just had the case where my containers (min instance = 1) lost their connection to an Atlas mongodb cluster and would not die but rather return 500 to every request.

Using the console, I performed following steps:

  1. click on my Cloud Run service
  2. click "(pencil icon) Edit & deploy new revision"
  3. leave all settings as is, including the container URL
  4. click the Deploy button

This created a new revision quite quickly and directed all traffic to it. My instances started from scratch and connected properly to my mongodb cluster that got back online in between.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @guillaume-blaquiere's
  • Low reputation (0.5):
Posted by: Fred Klein