Home
last modified time | relevance | path

Searched refs:_should_retry (Results 1 – 21 of 21) sorted by relevance

/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/google/cloud/storage/
H A Dretry.py45 def _should_retry(exc): function
52 return _should_retry(exc.args[0])
57 DEFAULT_RETRY = retry.Retry(predicate=_should_retry)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/containerregistry/transport/
H A Dretry_.py91 self._should_retry = should_retry_fn
110 if retries >= self._max_retries or not self._should_retry(err):
/dports/www/py-azure-storage/azure-storage-0.36.0/azure/storage/
H A Dretry.py40 def _should_retry(self, context): member in _Retry
134 if self._should_retry(context):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2016_05_31/
H A Dretry.py40 def _should_retry(self, context): member in _Retry
134 if self._should_retry(context):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/cosmosdb/v2017_04_17/common/
H A Dretry.py41 def _should_retry(self, context): member in _Retry
135 if self._should_retry(context):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_04_17/common/
H A Dretry.py42 def _should_retry(self, context): member in _Retry
136 if self._should_retry(context):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_07_29/common/
H A Dretry.py37 def _should_retry(self, context): member in _Retry
143 if self._should_retry(context):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_11_09/common/
H A Dretry.py38 def _should_retry(self, context): member in _Retry
144 if self._should_retry(context):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_11_09/common/
H A Dretry.py38 def _should_retry(self, context): member in _Retry
144 if self._should_retry(context):
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_03_28/common/
H A Dretry.py38 def _should_retry(self, context): member in _Retry
144 if self._should_retry(context):
/dports/devel/py-azure-storage-common/azure-storage-common-2.1.0/azure/storage/common/
H A Dretry.py38 def _should_retry(self, context): member in _Retry
144 if self._should_retry(context):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dapi_utils.py100 def _should_retry(resp): function
266 if resp and not _should_retry(resp):
H A Drest_api.py190 retry = api_utils._should_retry(resp)
/dports/finance/py-stripe/stripe-2.29.4/tests/
H A Dtest_http_client.py135 assert client._should_retry((None, code, None), None, 1) is False
143 assert client._should_retry(None, api_connection_error, 0) is True
146 assert client._should_retry(None, api_connection_error, 0) is False
156 client._should_retry(
162 client._should_retry((None, 409, None), None, max_test_retries + 1)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dretryhandler.py250 should_retry = self._should_retry(attempt_number, response,
265 def _should_retry(self, attempt_number, response, caught_exception): member in MaxAttemptsDecorator
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dretryhandler.py250 should_retry = self._should_retry(attempt_number, response,
265 def _should_retry(self, attempt_number, response, caught_exception): member in MaxAttemptsDecorator
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/unit/
H A Dtest_retry.py34 return retry._should_retry(exc)
43 self.assertTrue(retry._should_retry(exc))
/dports/finance/py-stripe/stripe-2.29.4/stripe/
H A Dhttp_client.py129 if self._should_retry(response, connection_error, num_retries):
158 def _should_retry(self, response, api_connection_error, num_retries): member in HTTPClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cloudstorage/cloudstorage/
H A Drest_api.py189 should_retry=api_utils._should_retry)
H A Dapi_utils.py111 def _should_retry(resp): function
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/kaminario/
H A Dkaminario_common.py81 def _should_retry(self, err_code, err_msg): member in KrestWrap
100 if self._should_retry(err_code, err_msg):