Handle
Description
Pass each queue item to the task handler, while remaining within server memory and time limit constraints.
Related
| Uses | Description |
|---|---|
WP_Background_Process::lock_process()includes/libraries/wp-background-process.php | Lock process |
WP_Background_Process::time_exceeded()includes/libraries/wp-background-process.php | Time exceeded. |
WP_Background_Process::memory_exceeded()includes/libraries/wp-background-process.php | Memory exceeded |
WP_Background_Process::is_queue_empty()includes/libraries/wp-background-process.php | Is queue empty |
WP_Background_Process::get_batch()includes/libraries/wp-background-process.php | Get batch |
WP_Background_Process::task()includes/libraries/wp-background-process.php | Task |
WP_Background_Process::unlock_process()includes/libraries/wp-background-process.php | Unlock process |
WP_Background_Process::complete()includes/libraries/wp-background-process.php | Complete. |
WP_Background_Process::update()includes/libraries/wp-background-process.php | Update queue |
WP_Background_Process::delete()includes/libraries/wp-background-process.php | Delete queue |
WP_Background_Process::dispatch()includes/libraries/wp-background-process.php | Dispatch |
| Used by | Description |
|---|---|
WP_Background_Process::handle_cron_healthcheck()includes/libraries/wp-background-process.php | Handle cron healthcheck |
WP_Background_Process::maybe_handle()includes/libraries/wp-background-process.php | Maybe process queue |