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

Cloudflare Queues

Send and receive messages with guaranteed delivery and no charges for egress bandwidth.
Available on Paid plans

Cloudflare Queues integrates with Cloudflare Workers and enables you to build applications that can guarantee delivery, offload work from a request, send data from Worker to Worker, and buffer or batch data.


​​ Features

​​ Batching, Retries and Delays

Cloudflare Queues allows you to batch, retry and delay messages.

​​ Dead Letter Queues

Redirect your messages when a delivery failure occurs.

​​ Pull consumers

Configure pull-based consumers to pull from a queue over HTTP from infrastructure outside of Cloudflare Workers.



​​ More resources