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