ActionScheduler_Abstract_QueueRunner::get_time_limit()
Method: Get the maximum number of seconds a batch can run for.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:128
Method: Get the maximum number of seconds a batch can run for.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:128
Method: Get the number of seconds the process has been running.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:146
Method: Check if the host’s max execution time is (likely) to be exceeded if processing more actions.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:167
Method: Get memory limit
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:185
Method: Memory exceeded
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:209
Method: See if the batch limits have been exceeded, which is when memory usage is almost at the maximum limit, or the time to process more actions will exceed the max time limit.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:227
Method: Process actions in the queue.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:239
Method: Get the number of concurrent batches a runner allows.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:110
Method: Check if the number of allowed concurrent batches is met or exceeded.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:119
Class: Abstract class with common Queue Cleaner functionality.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:6