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.
Loading...
Ready-to-deploy configuration presets for Queue. Each preset is a complete manifest you can copy, customize, and deploy.
2 presetsA 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.
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...