Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Search Results for getMaximumRetryCount
DoorkeeperFeedWorker::getMaximumRetryCount()
Method
By default, Doorkeeper workers perform a small number of retries with exponential backoff. A consideration in this policy is that many of these workers are laden with side effects.
PhabricatorMetaMTAWorker::getMaximumRetryCount()
Method
PhabricatorTestWorker::getMaximumRetryCount()
Method
PhabricatorWorker::getMaximumRetryCount()
Method
Return the maximum number of times this task may be retried before it is considered permanently failed. By default, tasks retry indefinitely. You can throw a @{class:PhabricatorWorkerPermanentFailureException} to cause an immediate permanent failure.