Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chancy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chancy

A simple and flexible job queue for Python

  • 0.17.0
  • PyPI
  • Socket score

Maintainers
1

Chancy

Chancy Logo

A postgres-backed task queue for Python.

MIT License Supported Version Codecov PyPI Version

Key Features

  • Support for job priorities, retries, timeouts, scheduling, global rate limits, memory limits, unique jobs, and more
  • asyncio-based worker with support for asyncio, threaded, process-based, and sub-interpreter job execution.
  • Configurable job retention for easy debugging and tracking
  • Minimal dependencies (only psycopg3 required)
  • Plugins for a dashboard, workflows, cron jobs, and more
  • Optional transactional enqueueing for atomic job creation
  • asyncio & sync APIs for easy integration with existing codebases

Documentation

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

Screenshots

Chancy comes with an optional dashboard that provides a basic look into the status of your queues:

Workflows Queue Details Jobs Job

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc