Fix Exception
🏆 FixMan
BTC
Cup
Exceptions for package
schedule
8928
1
27
Invalid unit (valid units are `days`, `hours`, and `minutes`)
/ schedule
1
26
`unit` should be 'weeks'
/ schedule
1
25
Scheduling .monday() jobs is only allowed for weekly jobs. Using .monday() on a job scheduled to run every 2 or more weeks is not supported.
/ schedule
1
24
Unable to a add job to schedule. Job is not associated with an scheduler
/ schedule
1
22
until() takes a string, datetime.datetime, datetime.timedelta, datetime.time parameter
/ schedule
1
19
Invalid string format for until()
/ schedule
1
18
`latest` is greater than `interval`
/ schedule
1
17
Scheduling .sunday() jobs is only allowed for weekly jobs. Using .sunday() on a job scheduled to run every 2 or more weeks is not supported.
/ schedule
1
14
Use minutes instead of minute
/ schedule
1
14
Scheduling .tuesday() jobs is only allowed for weekly jobs. Using .tuesday() on a job scheduled to run every 2 or more weeks is not supported.
/ schedule
1
11
Tags must be hashable
/ schedule
1
11
Scheduling .wednesday() jobs is only allowed for weekly jobs. Using .wednesday() on a job scheduled to run every 2 or more weeks is not supported.
/ schedule
First
Prev
Page
2
of
3
Next
Last