Skip to main content

No project description provided

Project description

Chancy

Chancy Logo

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


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.7.0.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

chancy-0.7.0-py3-none-any.whl (1.1 MB 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