Skip to content
New Project

Python Queue Subscribers Starter

Deploy Python background tasks using Vercel Queues.

DeployView Demo

Python Queue Subscribers + Vercel

This example shows how to build Python subscribers with Vercel Queues and store task results in Vercel Runtime Cache using FastAPI.

Demo

https://python-queue-subscribers.labs.vercel.dev/

How it Works

The FastAPI app publishes messages to Vercel Queues. Subscribers process each message and store the result.

Running Locally

npm i -g vercel
vercel dev

The application is now available at http://localhost:3000.

One-Click Deploy

Deploy the example using Vercel:

GitHub
Ownervercel
Repositoryexamples
Use Cases
Backend
Stack
Python

Related Templates

eve Personal Agent

Open source personal agent template. Web chat, Slack, iMessage, Linear, and long-term memory.
eve Personal Agent thumbnail

eve Chat Template

A persisted Next.js chat template for eve, built with shadcn/ui, Tailwind CSS, Streamdown, Better Auth, Drizzle, and Neon.
eve Chat Template thumbnail

eve Content Agent

Draft blog posts, LinkedIn posts, release notes, and newsletters in your team's house voice without leaving Slack.
eve Content Agent thumbnail
DeployView Demo