Searched refs:num_attempts (Results 1 – 2 of 2) sorted by relevance
243 def _reached_max_attempts(self, num_attempts): argument245 num_attempts > self.max_reconnect_attempts)255 num_attempts = 0263 num_attempts += 1266 if self._reached_max_attempts(num_attempts):
397 num_attempts = 0398 while num_attempts < RPMController.HYDRA_MAX_CONNECT_RETRIES:409 num_attempts += 1