Searched refs:maxAttempts (Results 1 – 3 of 3) sorted by relevance
25 public $maxAttempts; variable in Google\\Service\\CloudTasks\\RetryConfig46 public function setMaxAttempts($maxAttempts) argument48 $this->maxAttempts = $maxAttempts;55 return $this->maxAttempts;
61 private $maxAttempts = 1; variable in Google\\Task\\Runner149 $this->maxAttempts += $config['retries'];169 return $this->attempts < $this->maxAttempts;194 $this->maxAttempts = min(195 $this->maxAttempts,
552 * @param int $maxAttempts Maximum attempts before giving up (to prevent556 function tempdir($dir = null, $prefix = 'tmp_', $mode = 0700, $maxAttempts = 1000) argument591 $attempts++ < $maxAttempts