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

Specifies the start time time of a window during which tasks of the given type will not be automatically scheduled.

Key: schedule.[taskType].auto.no-update-window.start-time
Type: java.time.LocalTime
Can be set in: collection.cfg

Description

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.

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.