-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
storage/cloud-client
snippets_test.test_bucket_lifecycle_management
Log
Traceback (most recent call last):
File "/workspace/storage/cloud-client/snippets_test.py", line 306, in test_bucket_lifecycle_management
test_bucket
File "/workspace/storage/cloud-client/storage_disable_bucket_lifecycle_management.py", line 31, in disable_bucket_lifecycle_management
bucket.patch()
File "/workspace/storage/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/storage/bucket.py", line 792, in patch
return super(Bucket, self).patch(client=client, timeout=timeout)
File "/workspace/storage/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/storage/_helpers.py", line 215, in patch
timeout=timeout,
File "/workspace/storage/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/_http.py", line 423, in api_request
raise exceptions.from_http_response(response)
google.api_core.exceptions.TooManyRequests: 429 PATCH https://storage.googleapis.com/storage/v1/b/storage-snippets-test-a8fbc25f-3ad2-467c-8fda-3421552f077a?projection=full: The project exceeded the rate limit for creating and deleting buckets.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.