You appear to be a bot. Output may be restricted
Description
Chaining async requests can crash MySQL. A brief sleep call in PHP prevents that.
Usage
ActionScheduler_AsyncRequest_QueueRunner::get_sleep_seconds();
Parameters
Returns
void
Source
File name: woocommerce/packages/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php
Lines:
1 to 3 of 3
protected function get_sleep_seconds() { return apply_filters( 'action_scheduler_async_request_sleep_seconds', 5, $this ); }