Vercel Queues now in public beta
Vercel launches Queues in public beta, a durable event streaming system offering at-least-once delivery, automatic retries, and multi-AZ replication, billed at $0.60 per 1M operations.
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 to defer expensive work and guarantee that tasks complete even when functions crash or new deployments roll out. Queues makes it simple to process messages asynchronously with automatic retries and delivery guarantees, providing at-least-once delivery semantics. How it works: Publish messages from any route handler: Create a consumer: Configure the consumer group: Adding a trigger makes the route private: it has no public URL and only Vercel's queue infrastructure can invoke it.
Vercel Queues is billed per API operation, starting at $0.60 per 1M operations, and includes: Functions invoked by Queues in push mode are charged at existing .Fluid compute rates Get started with the .Queues documentation Read more Messages are sent to a durable topic The queue fans messages out to subscribed consumer groups. Each consumer group processes messages independently. The queue redelivers messages to…
- vercel.comVercel Queues now in public betaprimary