No project description provided
Project description
Chancy
A postgres-backed task queue for Python.
Key Features
- Fully-featured jobs support priorities, retries, timeouts, memory limits, future scheduling, and more.
- Completed jobs stick around in the database for easy debugging and job tracking, with configurable retention policies. Inspect your jobs with plain old SQL, an HTTP API, or the dashboard.
- Core is dependency-free except for psycopg3, but plugins can add additional dependencies.
- Optional transactional job queueing - only queue a job if your transaction commits successfully.
- asyncio-based worker, can be run in-process with your web server on small projects or as a standalone worker on larger projects.
- Statically declare your queues or create and manage them on-the-fly, assigning them to workers based on tags.
Documentation
Checkout the getting-started guide and the API documentation at https://tkte.ch/chancy/.
Similar Work
Many similar projects exist. Some of them are:
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.9.1.tar.gz
(2.2 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
File details
Details for the file chancy-0.9.1.tar.gz.
File metadata
- Download URL: chancy-0.9.1.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2570f803d01d101a32009e1238616dc2d2b5511b583873f66c6412b00938fd5f
|
|
| MD5 |
1290ef8d18d3d8c293c1b3f880ba8c8a
|
|
| BLAKE2b-256 |
6dcadb2649f6b31dff80048b757835b0be4bbe878fab71686b91e9b3bc874b90
|
File details
Details for the file chancy-0.9.1-py3-none-any.whl.
File metadata
- Download URL: chancy-0.9.1-py3-none-any.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65bb1ac668f850a76b5458611d44a2b0baef310a3449cba8d9944fcfcb9b4c1e
|
|
| MD5 |
853203eb313c2c8f388c594842c071b6
|
|
| BLAKE2b-256 |
8b20aebf7eecf8f8f06daa3f6da3d03639bda86eb85ce4289409084f5c19135d
|