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 Content Agent

Turn your style guide into a Slack agent. Drafts blogs, social posts, release notes, and newsletters in your house voice, lint-enforced.
eve Content Agent thumbnail

eve Software Factory

Software factory built on eve: AI agents work each stage of the development loop, and people make the judgment calls.
eve Software Factory thumbnail

eve GitHub Maintainer

GitHub maintainer eve agent for your inbox. Weekly issue digests you reply to, PR summaries, Linear handoffs, and @mention answers.
eve GitHub Maintainer thumbnail
DeployView Demo