·cloudflare-queues
</>

cloudflare-queues

itechmeat/llm-code

Cloudflare Queues 消息队列手册:生产者、消费者、Workers 集成、消息批处理、重试、死信队列、传递延迟、并发、拉取消费者、HTTP API。关键词:Cloudflare 队列、消息队列、生产者、消费者、Workers 绑定、批处理、重试、DLQ、死信队列、拉动消费者、至少一次交付。

9安装·1热度·@itechmeat

安装

$npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-queues

SKILL.md

Queues is a message queue for Workers. Supports push (Worker consumer) and pull (HTTP API) patterns. At-least-once delivery.

| json | JSON serialized (default) | | text | Plain text | | bytes | Raw binary | | v8 | V8 serialization (Workers only) |

| maxbatchsize | 10 | 100 | Messages per batch | | maxbatchtimeout | 5 | 60 | Seconds to wait for batch | | maxretries | 3 | 100 | Retries before DLQ/delete | | maxconcurrency | auto | 250 | Concurrent invocations | | retrydelay | 0 | 43200 | Default retry delay (12h) |

Cloudflare Queues 消息队列手册:生产者、消费者、Workers 集成、消息批处理、重试、死信队列、传递延迟、并发、拉取消费者、HTTP API。关键词:Cloudflare 队列、消息队列、生产者、消费者、Workers 绑定、批处理、重试、DLQ、死信队列、拉动消费者、至少一次交付。 来源:itechmeat/llm-code。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-queues
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 cloudflare-queues?

Cloudflare Queues 消息队列手册:生产者、消费者、Workers 集成、消息批处理、重试、死信队列、传递延迟、并发、拉取消费者、HTTP API。关键词:Cloudflare 队列、消息队列、生产者、消费者、Workers 绑定、批处理、重试、DLQ、死信队列、拉动消费者、至少一次交付。 来源:itechmeat/llm-code。

如何安装 cloudflare-queues?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-queues 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/itechmeat/llm-code

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01