No project description provided
Project description
Chancy
A postgres-backed task queue for Python.
This project is currently in the early stages of development. Use at your own risk. It's guaranteed to be buggy and incomplete.
Features
- Fully-featured Jobs, with priorities, retries, timeouts, memory limits, future scheduling, and more.
- Transactional job queueing. Jobs are only inserted into the database if the transaction they were created in is committed.
- Completed jobs stick around in the database for easy debugging and job tracking, with configurable retention policies.
- Dependency-free except for psycopg3.
- Multi-tenant support with prefixes for all database tables.
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.3.0.tar.gz
(18.5 kB
view hashes)
Built Distribution
chancy-0.3.0-py3-none-any.whl
(24.9 kB
view hashes)