Worker cron invalid?
I wanted to run a cron every sunday on 3 AM, however when deploying, I get an error saying the cron trigger is invalid:
"0 3 * * 0"
As you can see here, it should be valid: https://crontab.guru/#0_3_*_*_0
How can this be?2 Replies
ah, makes sense
thx ^^