Hi,
I have a cloud schedule which is calling an GET API. The API is deployed on Cloud Run Service.
I have three schedulers which run at 3 AM, 11 AM and 12 Noon.
Usually the schedulers are 11 and 12 are failing with following error .
We have a retrigger logic, so when it fails it will try one more time to execute the API. and next time its always successful.
May I know the reason, why it is failing. I tried to check other conversations as well but I could not get the answer.
Thanks
Pritam