From 10f849d2c81fe45e9623047ca708281c3bb497f1 Mon Sep 17 00:00:00 2001 From: melindafekete Date: Tue, 17 Dec 2024 13:32:27 +0100 Subject: [PATCH] Remove info box stating period updates Remove notification email from change requests --- website/docs/reference/change-requests.mdx | 2 -- website/docs/reference/technical-debt.md | 9 +-------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/website/docs/reference/change-requests.mdx b/website/docs/reference/change-requests.mdx index aa83106784a6..e0ff79a58abf 100644 --- a/website/docs/reference/change-requests.mdx +++ b/website/docs/reference/change-requests.mdx @@ -71,8 +71,6 @@ When a change request is approved, you can schedule it to be applied later. This Scheduled changes can be rescheduled, applied immediately, or rejected, but they cannot be edited or moved back to a previous state. -Once a scheduled change is applied, both the person who scheduled it and the change request author receive a notification. - Scheduling changes using change requests gives you a centralized view of changes across multiple flags and strategies, making it easy to reschedule or reject them. However, [potential conflicts](#scheduling-errors) can cause the scheduling to fail. Alternatively, you can use constraints or segments with the `DATE_AFTER` [operator](/reference/activation-strategies#date-and-time-operators). This approach avoids conflicts, ensures SDKs are aware of changes in advance, and allows them to apply the changes even if they temporarily fail to connect to Unleash. diff --git a/website/docs/reference/technical-debt.md b/website/docs/reference/technical-debt.md index a8a01cf9fc7a..ba4254fb8e8b 100644 --- a/website/docs/reference/technical-debt.md +++ b/website/docs/reference/technical-debt.md @@ -36,11 +36,4 @@ Each project has a **Project status** dashboard, where you can view its health s ![Project status dashboard](/img/project-status-dashboard.png) -Your overall project health rating is the percentage of healthy flags in your project. To view your project health over time, go to [Insights](/reference/insights). - -:::info - -Project status updates every hour. Changes to flags, such as adding, removing, or changing their state, may take some time to reflect. - -::: - +Your overall project health rating is the percentage of healthy flags in your project. To view your project health over time, go to [Insights](/reference/insights). \ No newline at end of file