Chancy
Chancy is a distributed task queue and scheduler for Python built on top of Postgres.
Key Features
- Robust Jobs - support for priorities, retries, timeouts, scheduling, global rate limits, memory limits, global uniqueness, error capture, cancellation, and more
- Minimal dependencies - Core functionality requires only psycopg3 - which can be installed side-by-side with psycopg2.
- Minimal infrastructure - No need to run a separate service like RabbitMQ or redis. Every feature is built on top of Postgres. No need for separate monitoring services like Flower or schedulers like Celery Beat - everything is built-in to the worker.
- Plugins - Several plugins including a dashboard, workflows, cron jobs, and more.
- Flexible - A single worker can handle many queues and mix threads, processes, sub-interpreters, and asyncio jobs, allowing powerful workflows that use the optimal concurrency model for each job. Queues can be created, deleted, modified, and paused at runtime.
- async-first - Internals designed from the ground up to be async-first, but has minimal sync APIs for easy integration with existing non-async codebases.
- Transactional enqueueing - Atomically enqueue jobs and the data they depend on in a single transaction.
- Performant - Used in production environments to process millions of jobs per day.
- Portable - Supports Linux, OS X, and Windows.
- 100% open & free - no enterprise tiers or paid features.
Documentation
Check out the getting-started guide and the API documentation at https://tkte.ch/chancy/.
Screenshots
Chancy comes with an optional dashboard that provides a basic look into the status of your queues:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chancy-0.25.1.tar.gz
(2.1 MB
view details)
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
chancy-0.25.1-py3-none-any.whl
(523.9 kB
view details)
File details
Details for the file chancy-0.25.1.tar.gz.
File metadata
- Download URL: chancy-0.25.1.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
264ed4f732cb51c405b789e0727c4d045fdfa1dcee1e3eed6d762df6c44122d7
|
|
| MD5 |
95a06610fcce852987a8e4dc34e15096
|
|
| BLAKE2b-256 |
3c1ed30cc2ecc39cc6941ce7f1004c443777a28733d7a688538fe1ceb2a6b582
|
File details
Details for the file chancy-0.25.1-py3-none-any.whl.
File metadata
- Download URL: chancy-0.25.1-py3-none-any.whl
- Upload date:
- Size: 523.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcc8cd296c3268dbebb156c658fe47417d4f67b0c2722ffd21cfd4c0f32f892f
|
|
| MD5 |
4391feeee4c7145864c0bf3ae1ca7655
|
|
| BLAKE2b-256 |
f0178d7be15484ad627c8b0a94d43c8b213f5d5fee54384fd124343102308388
|