| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
CircleCI failures are unrelated vision flakiness (#4035). |
Sorry, something went wrong.
Because 'Bucket.delete' inside a batch context manager is deferred, we cannot retry it directly. We also need to check for bucket existence, as the bucket *may* have been deleted in the previous batch before the 429 was raised. Closes #3761.
|
Rebased after merge of #4050. Fingers crossed. |
Sorry, something went wrong.
|
@tseaver ISTM we should just drop the batch. |
Sorry, something went wrong.
Allows 429 errors to be handled by retry. See: #4032 (comment)
Allows 429 errors to be handled by retry. See: googleapis/google-cloud-python#4032 (comment)
Allows 429 errors to be handled by retry. See: googleapis/google-cloud-python#4032 (comment)
Allows 429 errors to be handled by retry. See: googleapis/google-cloud-python#4032 (comment)
Allows 429 errors to be handled by retry. See: #4032 (comment)
| Back | FazBrowse Home | New Git URL |
Because Bucket.delete inside a batch context manager is deferred, we cannot retry it directly. We also need to check for bucket existence, as the bucket may have been deleted successfully in the previous batch before the 429 was raised.
Closes #3761.