Cloudflare Queues
Cloudflare Queues is a powerful messaging service that integrates seamlessly with Cloudflare Workers, offering guaranteed delivery of messages. It enables developers to offload work from a request, send data from one Worker to another, and manage data through batching, retries, and delays. Cloudflare Queues supports pull-based consumers, allowing for efficient message retrieval over HTTP from infrastructure outside of Cloudflare Workers. Additionally, it features Dead Letter Queues for handling delivery failures, ensuring robust message delivery mechanisms.
Related to Cloudflare's ecosystem, Cloudflare Queues works in conjunction with Cloudflare R2 Storage and Cloudflare Workers. R2 Storage provides a cost-effective solution for storing large amounts of unstructured data without incurring high egress bandwidth fees. Cloudflare Workers, on the other hand, enable the development and deployment of serverless applications across a global network, ensuring high performance, reliability, and scalability.
Cloudflare Queues is available on paid plans and is currently in open Beta, inviting developers to join the #queues-beta channel on Cloudflare's Developer Discord for further information and support.
Included in the Free Tier
- 1,000,000 operations / month
Visit the Cloudflare Queues Pricing Page for more information on its free tier offering.