You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,12 +26,26 @@ type MaintenanceScheduler interface {
26
26
GetMaintenanceTimeOfDay() *v1.TimeOfDay
27
27
}
28
28
29
-
// SetRandomSchedules initializes the backup and maintenance schedules if the user did not explicitly provide a schedule.
30
-
// The maintenance will be set to a random time on Tuesday night between 21:00 and 5:00, and the backup schedule will be set to once a day between 20:00 and 4:00.
29
+
// SetRandomSchedules initializes the backup and maintenance schedules if the user did not explicitly provide a schedule.
30
+
// The maintenance will be set to a random time on a random day (Sunday-Friday) between 21:00 and 5:00,
31
+
// with the exception that Sunday maintenance only runs after 21:00 (not in the early morning hours).
32
+
// The backup schedule will be set to once a day between 20:00 and 4:00.
31
33
// If neither maintenance nor backup is set, the function will make sure that there will be backup scheduled one hour before the maintenance.
0 commit comments