Cloudflare Docs
Waiting Room
Edit this page on GitHub
Set theme to dark (⇧+D)

FAQ

Below you will find answers to our most commonly asked questions about the Waiting Room.


​​ Configuration

​​ Can I display my waiting room page in another language?

Yes. For more details, refer to Customize a waiting room.

​​ Why does my waiting room look different than how I designed it?

If you have customized your waiting room template:

  1. Preview your template before deploying it to production.
  2. If you encounter any issues, check for proper syntax and a closing backslash (/).

​​ What can I update when my waiting room is actively queueing?

You can update a waiting room’s template and those changes will be visible to users in near-real time. We recommend these updates as a way to engage with users and provide updated information or expectations.

You can also update the configuration settings of a waiting room, but only make these changes when necessary. These changes may impact the estimated wait time shown to end users and cause unnecessary confusion.

​​ Features and products

​​ Which features are included in my Waiting Room plan?

To check which features are available to different plan types, refer to Plans.

​​ How does Waiting Room interact with other Cloudflare products?

Some Cloudflare products run before a waiting room acts on traffic:

  • DDoS Mitigation
  • Web Application Firewall (WAF)
  • Bot Management
  • Page Rules

Other Cloudflare products run after a waiting room acts on traffic:

  • Workers

​​ User behavior

​​ What happens if a user refreshes their tab when in a waiting room?

A manual tab refresh has no effect on a user’s position in your waiting room.

However, if they close their tab and then try to access the application again during active queueing, they will lose their spot and have to go to the back of the queue.

​​ Monitor your waiting room

​​ Why do I observe a few users being queued in the dashboard?

Some users might be queued before your waiting room reaches is limit due to architectural designs. For more details on the behavior and how to fix it, refer to ​​Queueing activation.

​​ Why are some users not being queued in my waiting room?

If you notice users not being queued to your waiting room, make sure the path you defined exactly matches the path of your website.

The path is case-sensitive, so if you have a waiting room set up for /Black-Friday-Sale and users go to /black-friday-sale, they will bypass your waiting room.

For more details, refer to Best practices.

​​ Why are users being blocked from entering my waiting room?

If you have Rate Limiting, check your rate limiting rules.

The Waiting Room queue page refreshes every 20 seconds by populating the refresh header. If you have a rule set to block requests from a specific IP within 20 seconds, the user in the waiting room will be blocked. Make sure your rules allow at least one request every 20 seconds.

Your user also might not have cookies enabled. If they do not enable cookies and your waiting room is actively queueing traffic, they will not reach your endpoint until the queueing stops.

​​ Why is the estimated wait time increasing for some users?

Estimated wait times may increase if the rate of users leaving your site decreases. The estimated wait time is updated upon each page refresh based on the most recently available information about the rate of slots opening up on your site and the number of users ahead of the user in line. To make this increase less likely, you could limit the amount of time users are allowed to spend on your site by disabling session renewal. Be aware that if you change your traffic settings, estimated wait times will change as well.