A simple and flexible job queue for Python
Project description
Chancy
A postgres-backed task queue for Python.
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.
- 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:
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
chancy-0.19.0.tar.gz
(1.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.19.0-py3-none-any.whl
(315.8 kB
view details)
File details
Details for the file chancy-0.19.0.tar.gz.
File metadata
- Download URL: chancy-0.19.0.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a58732881cbcd876ca417d5a470463f5403640abc49b0263b2f604aabaa4bdb7
|
|
| MD5 |
269f3757f8a0c032ce7e897411ec5c06
|
|
| BLAKE2b-256 |
1e25dc7d7e85a434b3ca8d0f4d19a85c2fc123368d46aad54b0dd2db7883408d
|
File details
Details for the file chancy-0.19.0-py3-none-any.whl.
File metadata
- Download URL: chancy-0.19.0-py3-none-any.whl
- Upload date:
- Size: 315.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e08ea87f8125b37ab31b28cc738f412f64c9e761f263e46f4559800bfb392a3
|
|
| MD5 |
db3ba378f6c5bda4777fc6f4b6f7e44d
|
|
| BLAKE2b-256 |
a3c68e35005621bd3b45011991b023f54ddd58ee6191d165101b2c8ff561dbbe
|