Skip to main content

No project description provided

Project description

Chancy

Chancy Logo

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


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.1.0.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

chancy-0.1.0-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page