Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Queue Handler

Implements a message consumer in Cloudflare Workers to process incoming messages from a Cloudflare Queue.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Queue Handler

Implements a message consumer in Cloudflare Workers to process incoming messages from a Cloudflare Queue.

When To Use

Use when you need to implement a worker that automatically triggers logic to process messages from a Cloudflare Queue.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-runtime-apis-handlers-queue-handler-workflow-guide.mdDocumentation detailing the implementation and usage of the Workers Queue Handler runtime API.Questions about documentation detailing the implementation and usage of the Workers Queue Handler runtime API.

What This Skill Covers

  • See the attached source files for the exact documented workflow.

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/runtime-apis/handlers/queue