Python SDK for Vercel Workers
Project description
vercel-workers
Python SDK for Vercel Queues and Vercel Worker Services.
It includes:
send()and@subscribeprimitives for publishing and consuming queue messages- adapters for Celery, Dramatiq, and Django tasks
Install
pip install vercel-workers
Optional adapter extras:
pip install "vercel-workers[celery]"
pip install "vercel-workers[dramatiq]"
pip install "vercel-workers[django]"
Worker Service deployment shape
vercel.json
{
"projectSettings": { "framework": "services" },
"experimentalServices": {
"web": {
"framework": "fastapi",
"entrypoint": "main.py",
"routePrefix": "/"
},
"worker": {
"type": "worker",
"entrypoint": "worker.py",
"topic": "default",
"consumer": "default"
}
}
}
For worker services, worker.py should expose worker definitions (for example a @subscribe function, Celery app, or Dramatiq broker) and import task modules so handlers are registered.
Examples
examples/basic: FastAPI producer +@subscribeworker serviceexamples/celery: Celery adapter + worker serviceexamples/dramatiq: Dramatiq adapter + worker serviceexamples/django: Django tasks backend + queue callback route at/api/queue/callback
When running outside Vercel, set VERCEL_QUEUE_TOKEN (and optionally VERCEL_QUEUE_BASE_URL).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vercel_workers-0.0.11.tar.gz.
File metadata
- Download URL: vercel_workers-0.0.11.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e36b0411a99ac042a7270173bbe1cf984e97dc29ce6f68d88441d3853bcdf561
|
|
| MD5 |
8356a2ca7b89f31a78f3fe5ef73d549f
|
|
| BLAKE2b-256 |
6c3fe6ca0a172ddd316fea444eb17d7fd6eda16074636a8d80755f71f9dd695d
|
File details
Details for the file vercel_workers-0.0.11-py3-none-any.whl.
File metadata
- Download URL: vercel_workers-0.0.11-py3-none-any.whl
- Upload date:
- Size: 51.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fc55eab83f418113dba995eb51cacf8ce41cd95a06b311c17702850bc42b2a8
|
|
| MD5 |
b2550fe77b40480e2b00f14aa0ce4218
|
|
| BLAKE2b-256 |
11c6fa1b56f5a3cd2e2ea5b9e44dd1f3f14ffb3165258331747d08a9767e6804
|