schedule.[taskType].fixed.start-times
Specifies a set of times at which tasks of the given type will be automatically scheduled.
Key: schedule.[taskType].fixed.start-times
Type: Set<java.time.LocalTime>
Can be set in: collection.cfg
Description
This setting declares a set of times at which a task of the given type for will be added to the task queue.
Individual time values are in the ISO-8601 extended local time format and values must be separated by commas. Further details on the format accepted for the individual time values and examples are available in Java’s DateTimeFormatter.ISO_LOCAL_TIME method documentation.
Values are considered to be relative to the timezone declared in the schedule.timezone
setting.
See: update task scheduler - supported task types for permitted values of the taskType.