-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
According to the README, the value for SCHEDULE_DAY
maps from 0-6
to Sunday-Saturday
, and the default value of 1
represents Monday
. However, according to the apscheduler documentation here, it appears that the values map from 0-6
to Monday-Sunday
, meaning the default value of 1 would actually correspond to Tuesday.
After running a few tests I can confirm that the README is wrong and that the apscheduler documentation seems to be accurately describing the observed behaviour.
mattdayinbound
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working