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.6.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
File details
Details for the file chancy-0.6.0.tar.gz.
File metadata
- Download URL: chancy-0.6.0.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1023-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdd7ee03dfc396b50cb02a0a699b53385f2b66761d49a8045f0a2d39bd8bedc8
|
|
| MD5 |
326a53cb22c1566964e9f218635bbe67
|
|
| BLAKE2b-256 |
0b02abfbd66b3b13ebc242d5d83cfb864d2f63249b3d2b8fbe4be4e1f67e70a3
|
File details
Details for the file chancy-0.6.0-py3-none-any.whl.
File metadata
- Download URL: chancy-0.6.0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1023-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1ad023dea69706f2d4040ad01f98cab1d3a058b618ae68d0762cfc158c064a6
|
|
| MD5 |
96dd9d694df1ed93435c7ac32629de3b
|
|
| BLAKE2b-256 |
722865801492287f84395f41939517c3a82d55c664f1f19a5a19cbc240f9a73e
|