Skip to content

Commit

Permalink
update GCR quotas
Browse files Browse the repository at this point in the history
I'm not sure the backoff needs changing, but the posted quotas have changed.

TODO: ARBackoff()
  • Loading branch information
BenTheElder committed Mar 31, 2023
1 parent e2620e5 commit f7cf425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/gcrane/copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ var Keychain = authn.NewMultiKeychain(google.Keychain, authn.DefaultKeychain)
//
// These numbers are based on GCR's posted quotas:
// https://cloud.google.com/container-registry/quotas
// - 30k requests per 10 minutes.
// - 500k requests per 24 hours.
// - 50k requests per 10 minutes.
// - 1M requests per 24 hours.
//
// On error, we will wait for:
// - 6 seconds (in case of very short term 429s from GCS), then
Expand Down

0 comments on commit f7cf425

Please sign in to comment.