New Project

This example shows how to build Python subscribers with Vercel Queues and store task results in Vercel Runtime Cache using FastAPI.
https://python-queue-subscribers.labs.vercel.dev/
The FastAPI app publishes messages to Vercel Queues. Subscribers process each message and store the result.
npm i -g vercelvercel dev
The application is now available at http://localhost:3000.
Deploy the example using Vercel: