{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing"}],"enrichment":{"capability":"Python SDK for publishing and consuming messages on Vercel Queues, with built-in adapters for Celery, Dramatiq, and Django task systems.","skillfed_tags":["vercel-platform","task-queue","async-tasks"],"use_cases":["Publish background tasks from a FastAPI or web service to Vercel Queues for asynchronous processing.","Migrate existing Celery or Dramatiq task systems to Vercel infrastructure with minimal code changes.","Implement Django task callbacks routed through Vercel's queue infrastructure.","Build event-driven microservices that consume messages from Vercel Queues in dedicated worker services.","Decouple request handling from long-running operations using the @subscribe decorator pattern."],"what_it_does":"vercel-workers is a Python SDK that bridges your application to Vercel's queue and worker service infrastructure. It provides primitives for publishing messages to Vercel Queues and subscribing to them via decorators, plus drop-in adapters for existing task systems like Celery, Dramatiq, and Django. The package depends on httpx, anyio, pydantic, python-dotenv, and the vercel client library.\n\nTypical usage involves defining a producer (e.g., a FastAPI endpoint) that publishes messages, and a worker service that consumes them. The SDK handles authentication via VERCEL_QUEUE_TOKEN and can be deployed as a Vercel Worker Service alongside your main application. It supports both direct message handling and integration with established task queue frameworks.","worth_installing":"Yes, if you are building on Vercel and need a lightweight queue integration. The low install friction, recent maintenance, MIT license, and native support for popular task frameworks make it a practical choice. No, if you are not using Vercel or require a self-hosted queue solution\u2014this SDK is tightly coupled to Vercel's infrastructure."},"id":"vercel-workers","links":{"html":"https://skillfed.io/packages/vercel-workers","md":"https://skillfed.io/packages/vercel-workers.md","pypi":"https://pypi.org/project/vercel-workers/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-20","license_spdx":"MIT","license_treatment":"permissive","name":"vercel-workers","python_support":"supports_current","summary":"Python SDK for Vercel Workers"},"popularity":{"monthly_downloads":1332680,"position":4042,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.25"}
