You are here

protected property QueueBase::$reserveTimeout in Redis 8

Reserve timeout for blocking item claim.

This will be set to number of seconds to wait for an item to be claimed. Non-blocking approach will be used when set to NULL.

Type: int|null

File

src/Queue/QueueBase.php, line 69

Class

QueueBase
Redis queue implementation.

Namespace

Drupal\redis\Queue

Code

protected $reserveTimeout;