Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix endless loop of defer in google cloud_build #32387

Merged

Conversation

tnk-ysk
Copy link
Contributor

@tnk-ysk tnk-ysk commented Jul 6, 2023

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'

@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Jul 6, 2023
@potiuk potiuk merged commit becfb3c into apache:main Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants