Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry whole batch of deletes on 429.
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.
- Loading branch information