Skip to content

Commit

Permalink
docs: add a note about suspended change request schedules (#5874)
Browse files Browse the repository at this point in the history
This PR describes in closer detail what happens when the user who
scheduled a change request is deleted. It mentions the new suspended
state and what the user can do to get out of it.
  • Loading branch information
thomasheartman committed Jan 12, 2024
1 parent 39145e2 commit b1d7c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/change-requests.md
Expand Up @@ -91,7 +91,7 @@ When a scheduled change request is applied, the person who scheduled it and the

#### Edge cases: what happens when ...?

If the user who scheduled a change request is deleted from the Unleash users list before the scheduled time, the changes will **not** be applied.
If the user who scheduled a change request is deleted from the Unleash users list before the scheduled time, the changes will **not** be applied. Instead, the schedule will be put into a special **suspended state**. A change request with suspended schedule will not be applied at its scheduled time. A user with the required permission can reschedule, apply, or reject the change request. Any of these actions will put the change request back into the regular flow.

If a change request has been scheduled and change requests are then disabled for the project and environment, the change request **will still be applied** according to schedule. To prevent this, you can reject the scheduled change request.

Expand Down

1 comment on commit b1d7c27

@vercel
Copy link

@vercel vercel bot commented on b1d7c27 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.