action_scheduler_failed_to_schedule_next_instance, $action_id, $e, $action

action_scheduler_failed_to_schedule_next_instance, $action_id, $e, $action

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

do_action('action_scheduler_failed_to_schedule_next_instance, $action_id, $e, $action') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 179
     
    		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.
    	 *