action_scheduler_failed_to_schedule_next_instance

action_scheduler_failed_to_schedule_next_instance

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('action_scheduler_failed_to_schedule_next_instance') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 164
     
    		try {
    			ActionScheduler::factory()->repeat( $action );
    		} catch ( Exception $e ) {
    			do_action( 'action_scheduler_failed_to_schedule_next_instance', $action_id, $e, $action );
    		}
    	}
    
    	/**
    	 * Determine if the specified recurring action has been consistently failing.
    	 *
    

See this hook used in plugins: