tnk-ysk opened a new pull request, #32387: URL: https://github.com/apache/airflow/pull/32387
Fix endless loop of defer in google cloud_build. ### Summary The loop continues because it does not return with the yield of trigger. So many get requests occur at the end of defer, and quota exceede ``` 429 Quota exceeded for quota metric 'Build and Operation Get requests' and limit 'Build and Operation Get requests per minute' of service 'cloudbuild.googleapis.com' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
