apply_filters( "{$this->identifier}_queue_lock_time", int $lock_duration, static $this )

Filters the duration of the lock acquired by a process instance.

The lock duration should be larger than the maximum time a process is allowed to run.


Parameters

$lock_duration

(int) The lock duration in seconds; defaults to one minute.

$this

(static) This process instance.


Top ↑

Source

File: src/Tribe/Process/Queue.php


Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.