flâneur

Cloudflare Queues - JavaScript APIs · Cloudflare Queues docs

developers.cloudflare.com · 1,605 words · saved by 1 readers

Cloudflare Queues is integrated with Cloudflare Workers. To send and receive messages, you must use a Worker. A Worker that can send messages to a Queue is a producer Worker, while a Worker that can receive messages from a Queue is a consumer Worker. It is possible for the same Worker to be a producer and consumer, if desired. In the future, we expect to support other APIs, such as HTTP endpoint

Cloudflare Queues is integrated with Cloudflare Workers. To send and receive messages, you must use a Worker. A Worker that can send messages to a Queue is a producer Worker, while a Worker that can receive messages from a Queue is a consumer Worker. It is possible for the same Worker to be a producer and consumer, if desired. In the future, we expect to support other APIs, such as HTTP endpoints to send or receive messages. To report bugs or request features, go to the Cloudflare Community Forums ↗. To give feedback, go to the #queues ↗ Discord channel. These APIs allow a producer Worker…

related reading