Hi @sebastian-moran,
On A Deep Dive into WP-Cron: Enhancing Scheduler Efficiency in WordPress - MainWP WordPress Management there’s a typo in a wget command that prevents cron jobs to execute.
wget -q -O – https://yourdomain.com/wp-cron.php?doing_wp_cron
should be:
wget -q -O - https://yourdomain.com/wp-cron.php?doing_wp_cron
I know it’s hard to see, but the dash after -O should be a regular one (en dash) instead of a longer em dash.
Can you please fix that?
Thanks!
Jos Klever
Web Support