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.2.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.2.tar.gz.
File metadata
- Download URL: chancy-0.9.2.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 |
6cd584690cbea8095f55cb113b464657fe021d77c5cd0f87be84856dfcc3deb0
|
|
| MD5 |
c3e69d6a9d0913b4b5ad022d0c519387
|
|
| BLAKE2b-256 |
f15d03e5d70d1d52c7f4ade41f8debadf849cce46cbe98d64ef3e87c4f9e24a8
|
File details
Details for the file chancy-0.9.2-py3-none-any.whl.
File metadata
- Download URL: chancy-0.9.2-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 |
6970c39939d6e11d43379e4871bf507d97b368061133ab0c36283e33afcc47fe
|
|
| MD5 |
c547b7ecd7537810b0b1f5edfdffddfc
|
|
| BLAKE2b-256 |
3fee4fa046049552c7126f84c85ff5405de0d24a9d0be41f83de95a02d1f14ce
|