Fix timezone handling in completeChore and correct frequency type constants
Add Tests for scheduler Build on PR and run tests
This commit is contained in:
parent
de24fd5395
commit
40f51ce783
5 changed files with 376 additions and 423 deletions
|
@ -17,7 +17,7 @@ const (
|
|||
FrequencyTypeMonthly FrequencyType = "monthly"
|
||||
FrequencyTypeYearly FrequencyType = "yearly"
|
||||
FrequencyTypeAdaptive FrequencyType = "adaptive"
|
||||
FrequencyTypeIntervel FrequencyType = "interval"
|
||||
FrequencyTypeInterval FrequencyType = "interval"
|
||||
FrequencyTypeDayOfTheWeek FrequencyType = "days_of_the_week"
|
||||
FrequencyTypeDayOfTheMonth FrequencyType = "day_of_the_month"
|
||||
FrequencyTypeTrigger FrequencyType = "trigger"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue