Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorWorkerYieldException

final class PhabricatorWorkerYieldException
Phabricator Technical Documentation (Daemons)

Allows tasks to yield to other tasks.

If a worker throws this exception while processing a task, the task will be pushed toward the back of the queue and tried again later.

Methods

public function __construct($duration)

This method is not documented.
Parameters
$duration
Return
this//Implicit.//

public function getDuration()

This method is not documented.
Return
wild