Home
last modified time | relevance | path

Searched refs:max_retries (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/internal/lib/
Dutils.py158 max_retries, argument
182 return Retry(retry_checker, max_retries, func, sleep_multiplier,
190 def Retry(retry_checker, max_retries, functor, sleep_multiplier, argument
217 while attempt_count <= max_retries:
223 if retry_checker(e) and attempt_count <= max_retries:
234 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument
248 return Retry(lambda e: isinstance(e, exception_types), max_retries,
622 max_retries=self._max_retry,
Dbase_cloud_client.py89 max_retries=cls.RETRY_COUNT,
224 max_retries=max_retry,
Dssh.py152 max_retries=_SSH_CMD_MAX_RETRY,
277 max_retries=max_retry,
Dadb_tools.py217 max_retries=retry_count,
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py146 max_retries=2,