Fix Exception
🏆 FixMan
BTC
Cup
Exceptions for package
schedule
8928
2
510
Invalid time format for a daily job (valid format is HH:MM(:SS)?)
/ schedule
1
135
Use seconds instead of second
/ schedule
1
84
Invalid time format for a minutely job (valid format is :SS)
/ schedule
1
52
Cannot schedule a job to run until a time in the past
/ schedule
1
47
Use hours instead of hour
/ schedule
1
46
Invalid unit (valid units are `seconds`, `minutes`, `hours`, `days`, and `weeks`)
/ schedule
1
36
Invalid time format for an hourly job (valid format is (MM)?:SS)
/ schedule
1
29
Use days instead of day
/ schedule
1
24
Invalid number of hours ((param1) is not between 0 and 23)
/ schedule
1
23
Scheduling .saturday() jobs is only allowed for weekly jobs. Using .saturday() on a job scheduled to run every 2 or more weeks is not supported.
/ schedule
1
21
Invalid unit (valid units are `days`, `hours`, and `minutes`)
/ schedule
1
17
Invalid unit without specifying start day
/ schedule
First
Prev
Page
1
of
3
Next
Last