Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ For a maintenance page without code, Business and Enterprise uses can create a [

Certain customization and queue options depend on your [plan](/waiting-room/plans/).

:::caution
Waiting Room configuration can take up to a few minutes to propagate across Cloudflare's network after initial creation. It is not recommended for scenarios where an immediate response is required.
Additionally, Waiting Room does not affect users who are already active on your site at the time it is enabled as only new incoming requests will be queued.
:::

![Waiting room page returned instead of your website](~/assets/images/fundamentals/waiting-room-page.png)

### All plans
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Follow these steps if you would like to deploy a scheduled maintenance page, wit

After the scheduled event has ended, users will have access to your site. You can end the maintenance window before the scheduled event is over by setting the event to disabled.

:::caution
This approach is intended for **scheduled** maintenance windows configured in advance. Waiting Room configuration can take up to a few minutes to propagate across Cloudflare's network after initial creation, so it is not recommended for scenarios where an immediate response is required. Additionally, the Reject method will not affect users who are already active on your site at the time it is enabled, only new users will be queued.

For unplanned maintenance requiring an immediate response, consider using a [Workers snippet](/rules/snippets/examples/maintenance/) to serve a maintenance page instead.
:::

## Other API commands

| Function | Command |
Expand Down