A simple and flexible job queue for Python


Install
pip install chancy==0.10.6

Documentation

Chancy

Chancy Logo

A postgres-backed task queue for Python.

Key Features

  • Support for job priorities, retries, timeouts, scheduling, global rate limits, memory limits, and more.
  • Configurable job retention for easy debugging and tracking
  • Minimal dependencies (only psycopg3 required)
  • asyncio & sync APIs for easy integration with existing codebases
  • Plugins for a dashboard, workflows, cron jobs, and more

Documentation

Check out the getting-started guide and the API documentation at https://tkte.ch/chancy/.

Similar Work

Many similar projects exist. Some of them are: