cloudflare · Cloudflare Workers Docs
Workers Queue Handler
Implements a message consumer in Cloudflare Workers to process incoming messages from a Cloudflare Queue.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-runtime-apis-handlers-queue-handler-workflow-guide.md | Documentation 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
- 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/runtime-apis/handlers/queue
