schedule.[taskType].fixed.start-times
Background
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.
Setting the key
Set this configuration key in the search package or data source configuration.
Use the configuration key editor to add or edit the schedule.[taskType].fixed.start-times
key, and set the value. This can be set to any valid Set<java.time.LocalTime>
value.