You appear to be a bot. Output may be restricted
Description
Sleep and help avoid hitting memory limit
Usage
ActionScheduler_WPCLI_QueueRunner::stop_the_insanity( $sleep_time );
Parameters
- $sleep_time
- ( int ) optional – Amount of seconds to sleep
Returns
void
Source
File name: woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php
Lines:
1 to 6 of 6
protected function stop_the_insanity( $sleep_time = 0 ) { _deprecated_function( 'ActionScheduler_WPCLI_QueueRunner::stop_the_insanity', '3.0.0', 'ActionScheduler_DataController::free_memory' ); ActionScheduler_DataController::free_memory(); }