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.7.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.7.0.tar.gz.
File metadata
- Download URL: chancy-0.7.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 |
bfc87a0b69918da838a99bd7e2054f59f5d64e967c1785a8314ee7981f0fe399
|
|
| MD5 |
93e0fb020c4c38573ed4042365f12292
|
|
| BLAKE2b-256 |
d9a4ea651e6d32b3506c0ae78f891a1a2562d434e605f182a3d81205218518fe
|
File details
Details for the file chancy-0.7.0-py3-none-any.whl.
File metadata
- Download URL: chancy-0.7.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 |
02e55dbc3fb7addd49ec33e55a1a030f152d5002b3179baf50dc65a397e2776d
|
|
| MD5 |
967955e7bf8ad3f45bdd718a2cdff0eb
|
|
| BLAKE2b-256 |
e1edd3b2f8a78b96f3bcdc0d178dcbdaa527cca0782c274750b32c938c8a8997
|