diff --git a/docs/manage/scheduled-views/pause-disable-scheduled-views.md b/docs/manage/scheduled-views/pause-disable-scheduled-views.md index 8b236c0c3d..2452571c17 100644 --- a/docs/manage/scheduled-views/pause-disable-scheduled-views.md +++ b/docs/manage/scheduled-views/pause-disable-scheduled-views.md @@ -12,7 +12,11 @@ This page outlines the procedures for pausing a scheduled view, manually or auto By default, all scheduled views are enabled with the AutoPause feature. This mechanism automatically flags scheduled views that have not been queried or referred for *90* consecutive days for potential pausing. This helps with optimizing the system performance and resource usage. -Scheduled View owners and all active account administrators will receive an in-app warning and email notifications with the list of Scheduled Views that are flagged for inactivity. These notifications are sent 21 days and 7 days prior to the scheduled pause. If no action is taken, the Scheduled Views will be automatically paused on the 90th day with a final notification. +Scheduled View creators/owners and all active account administrators will receive an in-app warning and email notifications with the list of Scheduled Views that are flagged for inactivity. These notifications are sent 21 days and 7 days prior to the scheduled pause. If no action is taken, the Scheduled Views will be automatically paused on the 90th day with a final notification. + +| In-app notification | Details section notification | +| :-- | :-- | +| in-app-notification | notification-details-page.png | ### Disable the AutoPause diff --git a/static/img/scheduled-views/in-app-notification.png b/static/img/scheduled-views/in-app-notification.png new file mode 100644 index 0000000000..f5a021d1e0 Binary files /dev/null and b/static/img/scheduled-views/in-app-notification.png differ diff --git a/static/img/scheduled-views/notification-details-page.png b/static/img/scheduled-views/notification-details-page.png new file mode 100644 index 0000000000..72e303bb73 Binary files /dev/null and b/static/img/scheduled-views/notification-details-page.png differ