For Workes & Pages, what is the name of the domain?
chernyae.me
What is the error number?
None
What is the error message?
None
What is the issue or error you’re encountering
Hello, I have an issue with Cron Trigger for Workers. I have a script with a cron trigger like this 0 22 * * *
. It executes every day, but for some reason it was executed yesterday. I don’t understand why. There’re no record in Logs → Cron Events for the execution that was supposed to happen on 22-07-2024.
What steps have you taken to resolve the issue?
In “Workers & Pages → Logs → Cron Events” I see executions for last 6 days, but there’s no record for 22 Jul:
0 22 * * * Sun, 21 Jul 2024 22:00:55 2.505 Success
0 22 * * * Sat, 20 Jul 2024 22:00:55 2.357 Success
0 22 * * * Fri, 19 Jul 2024 22:00:14 2.018 Success
In my worker settings I see the trigger I’ve set up:
0 22 * * * At 10:00 PM Tue, 23 Jul 2024 22:00:00
Why was my script not triggered on 22 Jul? Will it be trigger on 23 Jul like it says in the Settings?