schedule.[taskType].auto.no-update-window.start-time

Background

This setting declares the start time of a window during which tasks of the given type will not be scheduled, even if the schedule.task-type.auto.desired-time-between-updates setting indicates that they should be started.

Values are in the ISO-8601 extended local time format. Further details on the format accepted 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].auto.no-update-window.start-time key, and set the value. This can be set to any valid java.time.LocalTime value.

Default value

No values is set by default, meaning updates may be automatically scheduled at any time of day.

Examples

schedule.full-update.auto.no-update-window.start-time=09:15

Prevent full-update tasks being scheduled for some period of time (defined by schedule.full-update.auto.no-update-window.duration beginning from 9:15am within the schedule.timezone.