Hello, support – I’m using a real cron job to hit wp-cron and can’t seem to find an exclusion to let it through.
The cron looks like…
php /home/[user]/public_html/wp-cron.php
and the diagnostics indicate it’s hitting a 503 error.
I’ve added the following to my exclude list:
wp-cron
wp-cron.php
wp-cron.php?doing_wp_cron
[the ip address of the server]
127.0.0.1
Still nothing. Any tips?
Precisely what I was looking for! Thanks for that.
Looking at the code, this should be accurate (I’d opt for sending the alternative header over removing the type checking, however).