shipfeedAI news, curated daily

23:06:10 CET
20 MAY23:06:10shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

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.

Feb 27 · · primary fetch1 sourceupdated Feb 27 ·

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…

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comVercel Queues now in public betaprimary