queues
π―Skillfrom null-shot/cloudflare-skills
Enables reliable asynchronous message processing on Cloudflare Workers, supporting background tasks, batch operations, retry logic, and decoupled message handling.
Part of
null-shot/cloudflare-skills(11 items)
Installation
npx skills-ref validate ./agents-sdknpx skills-ref validate ./*/Skill Details
Asynchronous message queues for reliable background processing. Load when offloading background tasks, batch processing messages, implementing retry logic with dead letter queues, rate limiting upstream APIs, or decoupling producers from consumers.
More from this repository10
Builds AI agents on Cloudflare with persistent state, real-time WebSockets, scheduled tasks, and tool integration.
Enables high-performance, scalable event tracking and analytics by writing and querying event data with SQL across various use cases like user metrics, billing, and telemetry.
Builds and deploys secure, scalable Model Context Protocol servers on Cloudflare Workers with OAuth authentication and custom tools.
Skill
Skill
Generates microservices and handles HTTP, scheduled, and queue events using TypeScript and Cloudflare Workers configuration.
Manages Cloudflare Workers development and deployment with comprehensive CLI commands for resources like Workers, KV, R2, and more.
Stores and retrieves globally distributed key-value data for fast edge caching, session management, configuration, and user preferences.
Skill
Enables serverless SQLite database operations at the edge, supporting structured data, SQL queries, migrations, and complex relational data management in Cloudflare Workers.