Skip to content

行为差异

Queues 的 JavaScript API 与 Cloudflare 对齐;耐久性来自本机 scheduler.sqlite

兼容性

主题Cloudflareopen-compute
JavaScript APIQueues JavaScript APIs相同:send / sendBatchcontentType(json / text / bytes / v8)、delaySecondsmetrics、consumer MessageBatch / ack / retry
耐久性全球复制本机 scheduler.sqlite
投递at-least-onceat-least-once
全局先进先出提供不提供
无法识别的 native dispatch可能保留该消息的 lease;后续投递可能使用同一 attempt 编号
Pull consumer提供不提供
Bindingwrangler queuesproducer { type, id, permissions? };consumer 为 Worker queue handler

兼容性