# Cross-link map: Vercel Queues (/docs/queues)

> From the Vercel docs graph (built 2026-09-22T05:27:54.083Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.json

## Semantically closest pages

- [Vercel Queues now in public beta](https://vercel.com/changelog/vercel-queues-now-in-public-beta?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=semantic)
- [Vercel Queues: JS SDK Reference](https://vercel.com/docs/queues/sdk?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=semantic) — Publish and consume messages with the Vercel Queues SDK for JavaScript and TypeScript.
- [Queues concepts](https://vercel.com/docs/queues/concepts?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=semantic) — Learn delivery, retries, visibility timeouts, and deployment isolation in Vercel Queues.
- [Quickstart](https://vercel.com/docs/queues/quickstart?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=semantic) — Set up Vercel Queues with the SDK.
- [Vercel Queues is now in Limited Beta](https://vercel.com/changelog/vercel-queues-is-now-in-limited-beta?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=semantic)

## This page links to (9)

- [API Reference](https://vercel.com/docs/queues/api?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — HTTP API reference for Vercel Queues. Publish, consume, acknowledge, and manage messages.
- [Queues concepts](https://vercel.com/docs/queues/concepts?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Learn delivery, retries, visibility timeouts, and deployment isolation in Vercel Queues.
- [Queues Observability](https://vercel.com/docs/queues/observability?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Monitor queue throughput, message age, retries, and consumer performance to optimize your queue-based workflows.
- [Poll Mode](https://vercel.com/docs/queues/poll-mode?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Consume messages from Vercel Queues by polling on your own schedule, from any environment.
- [Pricing and Limits](https://vercel.com/docs/queues/pricing?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Understand how Vercel Queues billing works, what's included, and which service limits apply.
- [Vercel Queues: Python SDK Reference](https://vercel.com/docs/queues/python-sdk?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Publish and consume messages with the Vercel Queues Python SDK.
- [Quickstart](https://vercel.com/docs/queues/quickstart?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Set up Vercel Queues with the SDK.
- [Vercel Queues: JS SDK Reference](https://vercel.com/docs/queues/sdk?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Publish and consume messages with the Vercel Queues SDK for JavaScript and TypeScript.
- [Vercel Workflows](https://vercel.com/docs/workflows?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=outbound) — Build agents and applications that retry failed steps, wait for external events, and resume across crashes and deploymen

## Pages that link here (48)

By site: vercel-changelog (5) · vercel-kb (31) · vercel-web (3) · workflow (1) · vercel-docs (8)

### From vercel-changelog

- [Build with OpenAI Agents API on Vercel](https://vercel.com/changelog/build-with-openai-agents-api-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)
- [Vercel Queues now supports 7-day message TTL](https://vercel.com/changelog/queues-now-supports-7-day-ttl?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)
- [Run background tasks with Celery on Vercel](https://vercel.com/changelog/run-background-tasks-with-celery-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)
- [Vercel Functions can now run up to 30 minutes](https://vercel.com/changelog/vercel-functions-can-now-run-up-to-30-minutes?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)
- [Vercel Queues now in public beta](https://vercel.com/changelog/vercel-queues-now-in-public-beta?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)

### From vercel-kb

- [How to architect an AI evaluation dashboard on Vercel](https://vercel.com/kb/guide/ai-evaluation-dashboard-architecture-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Map eval orchestration, traces, and run storage to AI Gateway, Observability, and Marketplace Postgres, and learn when s
- [Astro on Vercel vs Webflow Cloud](https://vercel.com/kb/guide/astro-on-vercel-vs-webflow-cloud?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Compare running Astro on Vercel Functions with Fluid compute against Webflow Cloud on Cloudflare Workers. Learn how Astr
- [Building an AI chat app with RAG and source citations on Vercel](https://vercel.com/kb/guide/building-ai-chat-app-with-rag-and-citations-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — A production stack for AI chat with retrieval, reranking, source citations, and background ingestion on Vercel using Nex
- [Deploy PHP on Vercel with Docker](https://vercel.com/kb/guide/deploy-php-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Build a PHP application with FrankenPHP and Docker, then deploy it to Vercel Functions with managed configuration, stora
- [How Docker Compose concepts map to Vercel](https://vercel.com/kb/guide/docker-compose-concepts-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Translate your Docker Compose file to Vercel: Compose services become Vercel Services, networks become bindings, and vol
- [How to build a durable AI code agent on Vercel](https://vercel.com/kb/guide/how-to-build-a-durable-ai-code-agent-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Build an AI agent that generates code, writes its own tests, and executes them in an isolated microVM with automatic ret
- [How to move from time-based to on-demand revalidation](https://vercel.com/kb/guide/how-to-move-to-on-demand-revalidation?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Replace fixed revalidation timers with scoped updates triggered by changes to content, product data, or other applicatio
- [How to run background jobs in Next.js](https://vercel.com/kb/guide/how-to-run-background-jobs-in-nextjs-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Learn the durable way to run background jobs in Next.js on Vercel with the Workflow SDK, and when to reach for Queues or
- [Deploy Laravel on Vercel with Docker](https://vercel.com/kb/guide/laravel-php-with-docker?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Build a Laravel application with FrankenPHP and Docker, then deploy it to Vercel with production configuration, external
- [Migrate a Next.js app from Webflow Cloud to Vercel](https://vercel.com/kb/guide/migrate-a-next-js-app-from-webflow-cloud-to-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Move your Next.js app from Webflow Cloud to Vercel: remove the OpenNext Cloudflare adapter, drop the base path, map stor
- [Migrate a TanStack Start app from Cloudflare to Vercel](https://vercel.com/kb/guide/migrate-a-tanstack-start-app-from-cloudflare-to-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Move your TanStack Start app off Cloudflare Workers and onto Vercel Functions, where Fluid compute scales it automatical
- [Migrate a TanStack Start app from Netlify to Vercel](https://vercel.com/kb/guide/migrate-a-tanstack-start-app-from-netlify-to-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Move your TanStack Start app off Netlify and onto Vercel Functions, where Fluid compute scales it automatically. Swap to
- [Migrate an Astro app from Webflow Cloud to Vercel](https://vercel.com/kb/guide/migrate-an-astro-app-from-webflow-cloud-to-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Move your Astro app from Webflow Cloud to Vercel: swap the @astrojs/cloudflare adapter for @astrojs/vercel, drop the bas
- [How to migrate from Cloudflare Workflows to Vercel Workflows](https://vercel.com/kb/guide/migrate-cloudflare-workflows-to-vercel-workflows?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Migrate from Cloudflare Workflows to Vercel Workflows by mapping WorkflowEntrypoint, step.do, and waitForEvent to workfl
- [Next.js on Vercel vs Cloudflare](https://vercel.com/kb/guide/next-js-on-vercel-vs-cloudflare?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Cloudflare Workers with the OpenNext Cloudflare a
- [Next.js on Vercel vs Webflow Cloud](https://vercel.com/kb/guide/next-js-on-vercel-vs-webflow-cloud?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Webflow Cloud on Cloudflare Workers. Learn how Ne
- [Next.js on Vercel vs Netlify](https://vercel.com/kb/guide/nextjs-on-vercel-vs-netlify?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Netlify Functions and the OpenNext adapter. Learn
- [Build an agent with OpenAI Agents API on Vercel](https://vercel.com/kb/guide/openai-agents-api-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Build and deploy an agent with OpenAI Agents API, Vercel Functions, Queues, and Sandbox for isolated code execution.
- [Publish and subscribe to realtime data on Vercel](https://vercel.com/kb/guide/publish-and-subscribe-to-realtime-data-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Learn how to publish and subscribe to realtime data on Vercel with WebSockets, SSE, Redis, and Queues, and when a manage
- [How to send emails from an application on Vercel](https://vercel.com/kb/guide/sending-emails-from-an-application-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Send email from Vercel Functions over an HTTP API instead of SMTP. Match the right Next.js pattern to your trigger and f
- [How to ship an Elysia app on Vercel](https://vercel.com/kb/guide/ship-a-elysia-app-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy a Elysia app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and co
- [How to ship an Express app on Vercel](https://vercel.com/kb/guide/ship-a-express-app-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy an Express app to Vercel with zero configuration. Configure response streaming, middleware, cron jobs, the Bun ru
- [How to ship a FastAPI app on Vercel](https://vercel.com/kb/guide/ship-a-fastapi-app-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy a FastAPI app to Vercel with zero configuration. Learn how the Python runtime, Vercel Functions, streaming, middl
- [How to ship a Flask app on Vercel](https://vercel.com/kb/guide/ship-a-flask-app-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy a Flask app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and con
- [How to ship an H3 app on Vercel](https://vercel.com/kb/guide/ship-a-h3-app-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy an H3 app to Vercel with zero configuration. Learn to configure streaming, middleware, cron jobs, the Bun runtime
- [How to ship a Hono app on Vercel](https://vercel.com/kb/guide/ship-a-hono-app-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy a Hono app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and conf
- [How to ship a Nitro app on Vercel](https://vercel.com/kb/guide/ship-a-nitro-app-on-vercel?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy a Nitro app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and con
- [Deploy Symfony on Vercel with Docker](https://vercel.com/kb/guide/symfony-php-with-docker?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Build a Symfony application with FrankenPHP and Docker, then deploy it to Vercel with production configuration, external
- [TanStack Start on Vercel vs Cloudflare](https://vercel.com/kb/guide/tanstack-start-on-vercel-vs-cloudflare?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Compare running TanStack Start on Vercel Functions with Fluid compute against Cloudflare Workers. Learn how the runtimes
- [TanStack Start on Vercel vs Netlify](https://vercel.com/kb/guide/tanstack-start-on-vercel-vs-netlify?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Compare running TanStack Start on Vercel Functions with Fluid compute against Netlify Functions. Learn how the compute m
- [Vercel vs Webflow Cloud](https://vercel.com/kb/guide/vercel-vs-webflow-cloud?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Compare Vercel and Webflow Cloud for deploying Next.js and Astro apps, including runtime, framework support, storage, pr

### From vercel-web

- [A new programming model for durable execution](https://vercel.com/blog/a-new-programming-model-for-durable-execution?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)
- [Agentic Infrastructure](https://vercel.com/blog/agentic-infrastructure?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)
- [The best workflow engine is a programming language](https://vercel.com/blog/the-best-workflow-engine-is-a-programming-language?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound)

### From workflow

- [Framework Integrations](https://workflow-sdk.dev/docs/how-it-works/framework-integrations?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Build a custom framework integration using the Workflow SDK compiler and runtime.

### From vercel-docs

- [Run background tasks with Celery on Vercel](https://vercel.com/docs/frameworks/backend/celery?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy Celery on Vercel. Learn how Celery workers use Vercel Queues and Vercel Functions to run background tasks without
- [Deploy Dramatiq workers on Vercel](https://vercel.com/docs/frameworks/backend/dramatiq?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Deploy Dramatiq workers on Vercel. Learn how Dramatiq actors use Vercel Queues and Vercel Functions to process backgroun
- [Glossary](https://vercel.com/docs/glossary?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Learn about the terms and concepts used in Vercel's products and documentation.
- [Observability Insights](https://vercel.com/docs/observability/insights?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — List of available data sources that you can view and monitor with Observability on Vercel.
- [Projects overview](https://vercel.com/docs/projects?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — A project is where you deploy and operate frontend apps, APIs, backends, containers, and agent workloads on Vercel.
- [Vercel Queues: JS SDK Reference](https://vercel.com/docs/queues/sdk?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Publish and consume messages with the Vercel Queues SDK for JavaScript and TypeScript.
- [OpenAI Agents API](https://vercel.com/docs/sandbox/ecosystem/openai-agents-api?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Connect OpenAI Agents API sessions to Vercel Sandbox for isolated code execution and persistent workspace files.
- [Vercel Workflows](https://vercel.com/docs/workflows?from=graph&source_path=%2Fdocs%2Fqueues&source_site=vercel-docs&relationship=inbound) — Build agents and applications that retry failed steps, wait for external events, and resume across crashes and deploymen
