TASK_RETRY_NEVER
TASK_RETRY_NEVER
A task runner with exponential backoff support.
__construct(array $config, string $name, callable $action, array $arguments = array())
Creates a new task runner with exponential backoff support.
array | $config | The task runner config |
string | $name | The name of the current task (used for logging) |
callable | $action | The task to run and possibly retry |
array | $arguments | The task arguments |
when misconfigured