Skip to content
New Project

Python Celery Starter

Deploy Python Celery workers using Vercel Queues.

DeployView Demo

Celery + Vercel

This example shows how to use Celery with Vercel Queues on Vercel with Serverless Functions using the Python Runtime.

Demo

https://vercel-queues-plus-celery.labs.vercel.dev/

How it Works

Celery uses a custom Vercel Queues broker to run tasks in a dedicated worker service. On Vercel, projects containing a Python worker service automatically set CELERY_BROKER_URL to vercel://, so Celery runs on top of Vercel Queues out of the box. Job status and results are stored in the Vercel Runtime Cache, and a FastAPI dashboard lets you queue jobs, watch progress, and inspect results.

Running Locally

npm i -g vercel
vercel dev

Your Celery application is now available at http://localhost:3000.

One-Click Deploy

Deploy the example using Vercel:

GitHub
Ownervercel
Repositoryexamples
LicenseView License
Use Cases
Starter
Backend
Stack
Python
None
Database
Redis
Upstash

Related Templates

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 Sanity Copilot

Give your team a Sanity copilot in Slack. It runs GROQ, edits schemas, manages releases, and asks before it touches production.
eve Sanity Copilot thumbnail

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
DeployView Demo