Yesterday at 8:00 am, I had a quota of 250 app-engine jobs.
At 9:00 am, I deployed a yaml file with 280 jobs, I got this error:
"error": {
"code": 429,
"message": "Quota exceeded for the number of App Engine Cron jobs.",
"status": "RESOURCE_EXHAUSTED"}
=> fair enough
At 9:40 am, I asked GCP to increase the quotas of app-engine jobs to 500.
At 4 pm, the quota was increased => very good.(I can see it in Quotas in Google Console)
Since yesterday 4pm, I tried to deploy a schedule jobs file with 150-200 jobs, and I always get:
"code": 429,
"message": "Quota exceeded for the number of App Engine Cron jobs.",
What could go wrong ? Is there a delay if I reach the limit of a quota ?