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
LicenseView License
Use Cases
Backend
Stack
Python

Related Templates

eve Personal Agent

Fork your own personal agent. One identity across web, Slack, and iMessage, with memory you can import, edit, and approve.
eve Personal Agent thumbnail

eve Incident Response Agent

sre investigates production issues using a hypothesis-driven approach and outputs verifiable evidence from connected sources.
eve Incident Response Agent thumbnail

eve Typefully Agent

Run your social presence from Slack. Drafts for X, LinkedIn, and more via Typefully, schedules on approval, reports analytics weekly.
eve Typefully Agent thumbnail
DeployView Demo