ActionScheduler_OptionLock::get_expiration()
Method: If a lock is set, return the timestamp it was set to expiry.
Source: packages/action-scheduler/classes/ActionScheduler_OptionLock.php:36
Method: If a lock is set, return the timestamp it was set to expiry.
Source: packages/action-scheduler/classes/ActionScheduler_OptionLock.php:36
Method: Get the key to use for storing the lock in the transient
Source: packages/action-scheduler/classes/ActionScheduler_OptionLock.php:46
Method: Set a lock using options for a given amount of time (60 seconds by default).
Source: packages/action-scheduler/classes/ActionScheduler_OptionLock.php:26
Method: ActionScheduler_QueueCleaner constructor.
Source: packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php:27
Method: Do all of the cleaning actions.
Source: packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php:135
Method:
Source: packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php:32
Method: Get the batch size for cleaning the queue.
Source: packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php:147
Method: Mark actions that have been running for more than a given time limit as failed, based on the assumption some uncatachable and unloggable fatal error occurred during processing.
Source: packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php:110
Method: Unclaim pending actions that have not been run within a given time limit.
Source: packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php:81
Method: ActionScheduler_QueueRunner constructor.
Source: packages/action-scheduler/classes/ActionScheduler_QueueRunner.php:36