キュー。Vercel 🥹を始めてから最も要望の多かった機能 1️(2)送信 await send("トピック", { メッセージ: "🔥" }); 2️(1)受け取る await receive("トピック", "コンシューマ", m => { console.log(m.message); ログ "🔥" }); これをFluidのアクティブCPU価格と組み合わせることで、Vercelのコスト効率とパフォーマンス、そして信頼性に優れたバックエンドシステムを手に入れることができます。
Vercel Changelog
Vercel Changelog2025年6月26日
Vercel Queues offload work to the background, allowing slow or long-running jobs to guarantee completion. Now available in Limited Beta.
201.32K