Skip to content

Commit

Permalink
chore(CI): retry on quota exceeded (terraform-google-modules#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Jan 18, 2024
1 parent cde59f3 commit cb88f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/testutils/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ var (
RetryableTransientErrors = map[string]string{
// Error code 409 for concurrent policy changes.
".*Error 409.*There were concurrent policy changes.*": "Concurrent policy changes.",

// API Rate limit exceeded errors can be retried.
".*rateLimitExceeded.*": "Rate limit exceeded.",
}
)

0 comments on commit cb88f14

Please sign in to comment.