- Edited
All I can say is if you set your Default Log Level to DEBUG, run cron, and you don’t see a system log entry titled “Cron Job” then the cron is not correct or has an error somewhere.
You should check all possible logs for any related errors. You should also try to run cron manually via CLI to see if it kicks back any errors.
You also need to make sure the cron job is running as the web server/PHP user.
Cheers.