ActionScheduler_QueueRunner
Description Description
Source Source
File: packages/action-scheduler/classes/ActionScheduler_QueueRunner.php
Methods Methods
- __construct — ActionScheduler_QueueRunner constructor.
- add_wp_cron_schedule
- clear_caches — Running large batches can eat up memory, as WP adds data to its object cache.
- do_batch — Process a batch of actions pending in the queue.
- hook_dispatch_async_request — Hook check for dispatching an async request.
- init
- instance
- maybe_dispatch_async_request — Check if we should dispatch an async request to process actions.
- run — Process actions in the queue. Attached to self::WP_CRON_HOOK i.e. 'action_scheduler_run_queue'
- unhook_dispatch_async_request — Unhook check for dispatching an async request.