Queue

Queue Presets

Ready-to-deploy configuration presets for Queue. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Preset: Queue with a Worker (push) consumer

A queue consumed automatically by a Worker — the most common Queues setup. Cloudflare invokes the Worker with batches of messages as they arrive and autoscales the number of concurrent invocations.

02

Preset: Queue with an HTTP (pull) consumer

A queue consumed by external clients that pull and acknowledge messages over the REST API, rather than by a Worker. Use this when the consumer lives outside Cloudflare Workers or needs fine-grained...