tech/cloudflare/queues
OfficialDecouple tasks with Cloudflare's async message processing
Author2nth-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
The Cloudflare Queues Skill addresses the problem of decoupling AI inference from request handlers, ensuring reliable processing of background jobs and webhooks.
Core Features & Use Cases
- Decoupling AI Inference: Avoid timeouts by processing AI inference asynchronously.
- Background Jobs: Run background tasks like email sending, PDF generation, and report building.
- Webhooks: Process webhooks reliably with automatic retries on failure.
- Fan-out Patterns: Implement patterns where one event leads to multiple consumers.
- At-least-once Delivery: Ensure critical operations receive at-least-once delivery.
- Use Case: Ideal for a payments system where at-least-once delivery for transactions is crucial.
Quick Start
Create a queue for background jobs and send a message to it using the wrangler queues send command.
Dependency Matrix
Required Modules
tech/cloudflare/workers
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tech/cloudflare/queues Download link: https://github.com/2nth-ai/skills/archive/main.zip#tech-cloudflare-queues Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.