Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-testing-miniflare-queues-workflow-guide.mdA 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.textA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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