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.8.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.8.0.tar.gz.
File metadata
- Download URL: chancy-0.8.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-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42b3cbf37fa17bc5fd5f2f4414932f482829d94578b11810a818cd23d8709b36
|
|
| MD5 |
bb1679ceb22e619837071ec1b00b8cd4
|
|
| BLAKE2b-256 |
f471b5c6969e6ed3ed44f356ed4bac321bae0ce85536682d20c2c8141649bc9d
|
File details
Details for the file chancy-0.8.0-py3-none-any.whl.
File metadata
- Download URL: chancy-0.8.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-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1afb4e4104a80115545cf110629b301cc05370525153cd0d8fd1cf0ae7aef25
|
|
| MD5 |
4f16e060ae54ca0495f3228e9637ec01
|
|
| BLAKE2b-256 |
9a57e16307abae8ae5b978fe9e03c126f85422c827aed5a6399bfda8978b2598
|