inspired by gosuser:
1)
edit wp-cron.php and comment the following lines:
#if ( $_GET[‘check’] != wp_hash(‘187425’) )
# exit;
#if ( get_option(‘doing_cron’) > time() )
# exit;
——————————————-
2)
chmod 755 for wp-cron.php
——————————————-
3)
then use https://www.webcron.org/ service and set new cron every hour https://mysite/wp-cron.php
it works!!!
Radek