Skip to main content

Vercel Python Queues SDK is now available in beta

By Steven Van ·

The Python SDK for Vercel Queues is now available in beta, bringing first-class Python support for running background workloads on Vercel.

Vercel now has a Python SDK for its Queues feature, in beta, adding first-class Python support for background workloads. Messages are published to topics, and independent consumer groups process them in parallel with automatic retries, sharding, and delivery guarantees.

Messages can be enqueued or consumed from either JavaScript or Python, so a Next.js producer can fan out to both Next.js and Python consumers within the same project. Get started with pip install vercel or the Python SDK reference documentation in the announcement.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Vercel Python Queues SDK is now available in beta on Creators Toolbox