Skip to content

Behavior differences

The Queues JavaScript API matches Cloudflare. Durability comes from scheduler.sqlite on this node.

Compatibility

TopicCloudflareopen-compute
JavaScript APIQueues JavaScript APIsSame: send / sendBatch, contentType (json / text / bytes / v8), delaySeconds, metrics, consumer MessageBatch / ack / retry
DurabilityGlobal replicationLocal scheduler.sqlite on the node running ocd
DeliveryAt-least-onceAt-least-once
Global FIFOAvailableNot provided
Unknown native dispatchMay retain the lease; duplicate attempt numbers possible
Pull consumerAvailableNot provided
Bindingwrangler queuesProducer { type, id, permissions? }; consumer is the Worker queue handler

See Compatibility.