Exception Resource Temporarily unavailable while firing 50 requests for checking snapshot exits or not
Clash Royale CLAN TAG #URR8PPP Exception Resource Temporarily unavailable while firing 50 requests for checking snapshot exits or not I have created snapshots of 50 disks because gcloud does not allow snapshots with similar name. Before firing snapshot create I was checking if snapshot exists or not in gcp and fired 50 requests simultaneously and almost 5-6 requests failed with below exception. snapshots().get(project=self.project, snapshot=name).execute() exception : File "/tmp/cloudpoint/libs/gcp/lib/oauth2client/_helpers.py", line 133, in positional_wrapper return wrapped(*args, **kwargs) File "/tmp/cloudpoint/libs/gcp/lib/googleapiclient/http.py", line 837, in execute method=str(self.method), body=self.body, headers=self.headers) File "/tmp/cloudpoint/libs/gcp/lib/googleapiclient/http.py", line 163, in _retry_request resp, content = http.request(uri, method, *args, **kwargs) File "/tmp/cloudpoint/libs/gcp/lib/oauth2client/transport.py"...