Skip to content

Commit

Permalink
chore(CI): retry on quota exceeded (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Jan 18, 2024
1 parent b387621 commit cf3f8a9
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 cf3f8a9

Please sign in to comment.