schedule.[taskType].fixed.permitted-days-of-week
Background
This setting declares a set of days of the week on which the schedule.taskType.fixed.start-times
setting applies, allowing for updates to occur only on weekdays or for different types of updates
to be performed on the weekend.
Individual values are the English day of the week names in upper case to match Java’s DayOfWeek values. Values in the set are separated by commas.
The value ANY
is also permitted, which indicates that no day of week restriction should be applied.
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.permitted-days-of-week
key, and set the value. This can be set to any valid DaysOfWeekOrAny
value.