Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php

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

Used by 2 functions | Uses 0 functions

ActionScheduler_Abstract_QueueRunner::get_execution_time()

Method: Get the number of seconds the process has been running.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:146

Used by 1 function | Uses 0 functions

ActionScheduler_Abstract_QueueRunner::time_likely_to_be_exceeded()

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

Used by 1 function | Uses 2 functions

ActionScheduler_Abstract_QueueRunner::get_memory_limit()

Method: Get memory limit

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:185

Used by 1 function | Uses 1 function

ActionScheduler_Abstract_QueueRunner::memory_exceeded()

Method: Memory exceeded

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:209

Used by 1 function | Uses 1 function

ActionScheduler_Abstract_QueueRunner::batch_limits_exceeded()

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

Used by 0 functions | Uses 2 functions

ActionScheduler_Abstract_QueueRunner::run()

Method: Process actions in the queue.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:239

Used by 0 functions | Uses 0 functions

ActionScheduler_Abstract_QueueRunner::schedule_next_instance()

Method: Schedule the next instance of the action if necessary.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:88

Used by 1 function | Uses 1 function

ActionScheduler_Abstract_QueueRunner::run_cleanup()

Method: Run the queue cleaner.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:101

Used by 0 functions | Uses 1 function

ActionScheduler_Abstract_QueueRunner::get_allowed_concurrent_batches()

Method: Get the number of concurrent batches a runner allows.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:110

Used by 1 function | Uses 0 functions
1 2 Next »
Proudly powered by WordPress