Send and receive messages with guaranteed delivery and no charges for egress bandwidth.
Cloudflare Queues integrate with Cloudflare Workers and enable you to build applications that can guarantee delivery, offload work from a request, send data from Worker to Worker, and buffer or batch data.
Get startedCloudflare Queues allows you to batch, retry and delay messages.
Redirect your messages when a delivery failure occurs.
Configure pull-based consumers to pull from a queue over HTTP from infrastructure outside of Cloudflare Workers.
Cloudflare R2 Storage allows developers to store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.
Cloudflare Workers allows developers to build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
Pricing
Learn about pricing.
Limits
Learn about Queues limits.
Try the Demo
Try Cloudflare Queues which can run on your local machine.
@CloudflareDev
Follow @CloudflareDev on Twitter to learn about product announcements, and what is new in Cloudflare Workers.
Developer Discord
Connect with the Workers community on Discord to ask questions, show what you are building, and discuss the platform with other developers.
Configuration
Learn how to configure Cloudflare Queues using Wrangler.
JavaScript APIs
Learn how to use JavaScript APIs to send and receive messages to a Cloudflare Queue.
Event subscriptions
Learn how to configure and manage event subscriptions for your queues.