Replies: 1 comment
-
Sorry, I'm going to amend this. It seems the scheduler is counting days starting with Monday as 0. Does that sound right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been playing around with Cron jobs using CronTrigger. I had an expression that looked like this ''5 0 * * 2'' thinking it would trigger on Tuesday of every week at 00:05. Well, after running a quick print_jobs() after that wasn't working it seems APScheduler always thinks it's Sunday when I start it up.
here's how I'm defining the schedule:
And here is how I'm adding that cronjob:
It's probably just something I'm missing so any help would be greatly appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions