Vercel Queues now in public beta
Vercel ships durable queues for AI agents. At-least-once delivery, automatic retries, $0.60 per 1M ops.

Why it matters
Vercel's Queues infrastructure addresses a critical gap for AI agents and multi-step workflows—reliable task orchestration without manual retry logic. This is table-stakes for production AI agents handling long-running, failure-prone operations.
The key facts
14 to knowVercel Queues in public beta
Built on Fluid compute
At-least-once delivery semantics
Automatic retries with customizable visibility timeout
Pricing: $0.60 per 1M API operations
Features: delayed delivery, idempotency keys, concurrency control, per-deployment topic partitioning
Multi-AZ synchronous replication
Integrates with Vercel Workflow for multi-step orchestration
Vercel Queues now in public beta
Pricing: $0.60 per 1M operations
At-least-once delivery semantics with automatic retries
Features: multiple AZ replication, idempotency keys, concurrency control, delayed delivery
Targets async task processing for Functions that crash or redeploy
Available to all teams
Go to the source
Vercel Blogvercel.com
Publisher excerpt: is a durable event streaming system built with , and is now available in public beta for all teams. Vercel Queues also powers : use Queues for direct message publishing and consumption, Workflow for ergonomic multi step orchestration.Vercel QueuesFluid computeWorkflow Functions need a reliable way…