I changed the line to
wp_schedule_single_event( strtotime('tomorrow 01:00:00') , 'wpseo_ping_search_engines' );
Wordpress fires only 1 event if several with the same name are scheduled within 10 minutes from each other.
I changed the line to
wp_schedule_single_event( strtotime('tomorrow 01:00:00') , 'wpseo_ping_search_engines' );
Wordpress fires only 1 event if several with the same name are scheduled within 10 minutes from each other.