About
For applications with high volumes of traffic, limit requests to your application with a virtual queue. As users leave the application, new users are let in.
Why Workers
Durable Objects and Workers are able to immediately sync globally and determine when users should be queued.
Isolates architecture in Workers scales up and horizontally to manage large volumes of requests.
Durable Objects provides a single instance for coordination across all locations with fine-grained control and availability.