Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 750 Bytes

Schedule.md

File metadata and controls

executable file
·
27 lines (20 loc) · 750 Bytes

Schedule

Properties

Name Type Description Notes
interval IntervalEnum Interval of schedule [optional]
intervalUnit Integer Units of interval [optional]
max Integer Maximum time a schedule can be run [optional]
start String When schedule shoul start [optional]
end String When schedule should end [optional]

Enum: IntervalEnum

Name Value
SECOND "second"
MINUTE "minute"
HOURLY "hourly"
DAILY "daily"
WEEKLY "weekly"
MONTHLY "monthly"
YEARLY "yearly"