Home
last modified time | relevance | path

Searched refs:maxAttempts (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DRetryConfig.php25 public $maxAttempts; variable in Google\\Service\\CloudTasks\\RetryConfig
46 public function setMaxAttempts($maxAttempts) argument
48 $this->maxAttempts = $maxAttempts;
55 return $this->maxAttempts;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php61 private $maxAttempts = 1; variable in Google\\Task\\Runner
149 $this->maxAttempts += $config['retries'];
169 return $this->attempts < $this->maxAttempts;
194 $this->maxAttempts = min(
195 $this->maxAttempts,
/plugin/file2dw/
H A Daction.php552 * @param int $maxAttempts Maximum attempts before giving up (to prevent
556 function tempdir($dir = null, $prefix = 'tmp_', $mode = 0700, $maxAttempts = 1000) argument
591 $attempts++ < $maxAttempts