I have an API hosted on Google Cloud Run. I'm not sure how to replicate this error, but it seems like during the first few pings after a while of inactivity, the API is down and I get the following error: rpc error: code = Unavailable desc = last resolver error: produced zero addresses
.
After a few more pings, the API behaves correctly. I never get this error in development, so is this just a problem with Google Cloud Run?