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: Schedule the next instance of the action if necessary.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:88
Method: Run the queue cleaner.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:101
Method: Get the number of concurrent batches a runner allows.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:110