Fix Exception
Profile
Fix Exception
🏆 FixMan BTC Cup

Exceptions for package
schedule
github stars 8928

likes 1
views 27
Invalid unit (valid units are `days`, `hours`, and `minutes`) / schedule
likes 1
views 26
`unit` should be 'weeks' / schedule
likes 1
views 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
likes 1
views 24
Unable to a add job to schedule. Job is not associated with an scheduler / schedule
likes 1
views 22
until() takes a string, datetime.datetime, datetime.timedelta, datetime.time parameter / schedule
likes 1
views 19
Invalid string format for until() / schedule
likes 1
views 18
`latest` is greater than `interval` / schedule
likes 1
views 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
likes 1
views 14
Use minutes instead of minute / schedule
likes 1
views 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
likes 1
views 11
Tags must be hashable / schedule
likes 1
views 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