Searched refs:max_retries (Results 1 – 5 of 5) sorted by relevance
/tools/acloud/internal/lib/ |
D | utils.py | 158 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,
|
D | base_cloud_client.py | 89 max_retries=cls.RETRY_COUNT, 224 max_retries=max_retry,
|
D | ssh.py | 152 max_retries=_SSH_CMD_MAX_RETRY, 277 max_retries=max_retry,
|
D | adb_tools.py | 217 max_retries=retry_count,
|
/tools/acloud/public/acloud_kernel/ |
D | kernel_swapper.py | 146 max_retries=2,
|