cloudflare · Cloudflare Workers Docs
Workers Queues
Guides the setup and configuration of Queue producers and consumers within a Miniflare testing environment, including methods for interacting with Queues from outside a Worker.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Queues
Guides the setup and configuration of Queue producers and consumers within a Miniflare testing environment, including methods for interacting with Queues from outside a Worker.
When To Use
Use when you need to configure Miniflare to simulate message producers, consumers, or external interactions with Cloudflare Queues during local development and testing.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-testing-miniflare-queues-workflow-guide.md | A guide on configuring and testing Workers Queues producers and consumers using Miniflare. | Questions about a guide on configuring and testing Workers Queues producers and consumers using Miniflare. |
examples/workers-testing-miniflare-queues-cloudflare-workers-miniflare-queues-con.text | A Miniflare configuration object demonstrating how to define queue producers for testing Workers Queues. | Exact payloads, commands, or snippets shown in A Miniflare configuration object demonstrating how to define queue producers for testing Workers Queues. |
examples/workers-testing-miniflare-queues-cloudflare-workers-miniflare-queues-con-2.text | A Miniflare configuration object demonstrating how to define queue consumers, batch sizes, timeouts, and dead letter queues for local testing. | Exact payloads, commands, or snippets shown in A Miniflare configuration object demonstrating how to define queue consumers, batch sizes, timeouts, and dead letter... |
examples/workers-testing-miniflare-queues-cloudflare-workers-miniflare-queues-tes.text | A Miniflare configuration script demonstrating how to set up a producer and consumer for testing Workers Queues locally. | Exact payloads, commands, or snippets shown in A Miniflare configuration script demonstrating how to set up a producer and consumer for testing Workers Queues locally. |
What This Skill Covers
- Specify Queue producers to add to your environment as follows:
- Main sections:
Producers,Consumers,Manipulating Outside Workers.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/testing/miniflare/core/queues/index.md
