You are here

protected property DelayedRequeueException::$delay in Drupal 9

The interval of time that the item should remain locked (in seconds).

Type: int

File

core/lib/Drupal/Core/Queue/DelayedRequeueException.php, line 26

Class

DelayedRequeueException
Throw this exception to leave an item in the queue until its lock expires.

Namespace

Drupal\Core\Queue

Code

protected $delay = 0;