Since 13:00 CET, my application in the Google App Engine Flexible environment keeps returning 502's on all requests.
After examining the logs, the error that returns is "ZONE_RESOURCE_POOL_EXHAUSTED".
When trying to deploy a new version, i get the error message:
ERROR: (gcloud.app.deploy) Error Response: [8] The region europe-west1 does not have enough resources available to fulfill the request. Please try again later.
I've googled for this error and all messages i find say its related to an outtage, but on the status dashboard everything seems to be up and running.
Can anyone tell me how i can solve this?