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.

Default value

No values is set by default, meaning no tasks are queued at fixed times.

Examples

schedule.full-update.fixed.start-times=09:15,17:45

Queue a full update task for the current data source at 9:15 am and another at 5:45pm in the schedule.timezone on each day permitted by the schedule.full-update.fixed.permitted-days-of-week setting.