
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 vercelvercel dev
The application is now available at http://localhost:3000.
One-Click Deploy
Deploy the example using Vercel:

