{"id":16713971,"url":"https://github.com/tktech/chancy","last_synced_at":"2025-04-13T09:44:52.642Z","repository":{"id":247513581,"uuid":"801652074","full_name":"TkTech/chancy","owner":"TkTech","description":"A postgres-backed task queue for Python.","archived":false,"fork":false,"pushed_at":"2025-04-11T04:42:11.000Z","size":7323,"stargazers_count":70,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T05:35:50.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tkte.ch/chancy/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TkTech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"TkTech","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-05-16T16:40:58.000Z","updated_at":"2025-04-10T17:14:08.000Z","dependencies_parsed_at":"2024-09-15T04:26:22.728Z","dependency_job_id":"38aabf48-6cff-4d7e-890d-565c196ebaab","html_url":"https://github.com/TkTech/chancy","commit_stats":null,"previous_names":["tktech/chancy"],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fchancy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fchancy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fchancy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fchancy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TkTech","download_url":"https://codeload.github.com/TkTech/chancy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248694185,"owners_count":21146945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T20:48:42.120Z","updated_at":"2025-04-13T09:44:52.637Z","avatar_url":"https://github.com/TkTech.png","language":"Python","funding_links":["https://github.com/sponsors/TkTech"],"categories":[],"sub_categories":[],"readme":"# Chancy\n\n![Chancy Logo](misc/logo_small.png)\n\nChancy is a distributed task queue and scheduler for Python built on top of\nPostgres.\n\n![MIT License](https://img.shields.io/github/license/tktech/chancy)\n![Codecov](https://img.shields.io/codecov/c/github/TkTech/chancy)\n![PyPI Version](https://img.shields.io/pypi/v/chancy)\n![Python Version](https://img.shields.io/pypi/pyversions/chancy)\n![OS Platforms](https://img.shields.io/badge/OS-Linux%20|%20macOS%20|%20Windows-blue)\n![PostgreSQL Versions](https://img.shields.io/badge/PostgreSQL-%2014%20|%2015%20|%2016%20|%2017-blue)\n\n## Key Features\n\n- **Robust Jobs** - support for priorities, retries, timeouts, scheduling,\n  global rate limits, memory limits, global uniqueness, error\n  capture, cancellation, and more\n- **Minimal dependencies** - Core functionality requires only psycopg3 - which\n  can be installed side-by-side with psycopg2.\n- **Minimal infrastructure** - No need to run a separate service like\n  RabbitMQ or redis. Every feature is built on top of Postgres. No need\n  for separate monitoring services like Flower or schedulers like Celery\n  Beat - everything is built-in to the worker.\n- **Plugins** - Several plugins including a dashboard, workflows, cron jobs,\n  and more.\n- **Flexible** - A single worker can handle many queues and mix threads,\n  processes, sub-interpreters, and asyncio jobs, allowing powerful workflows\n  that use the optimal concurrency model for each job. Queues can be created,\n  deleted, modified, and paused at runtime.\n- **async-first** - Internals designed from the ground up to be async-first,\n  but has minimal sync APIs for easy integration with existing non-async\n  codebases.\n- **Transactional enqueueing** - Atomically enqueue jobs and the data they\n  depend on in a single transaction.\n- **Performant** - Used in production environments to process millions of\n  jobs per day.\n- **Portable** - Supports Linux, OS X, and Windows.\n- **100% open \u0026 free** - no enterprise tiers or paid features.\n\n## Documentation\n\nCheck out the getting-started guide and the API documentation at\nhttps://tkte.ch/chancy/.\n\n## Screenshots\n\nChancy comes with an optional dashboard that provides a basic\nlook into the status of your queues:\n\n![Workflows](misc/ux_workflow.png)\n![Queue Details](misc/ux_queue.png)\n![Jobs](misc/ux_jobs.png)\n![Job](misc/ux_job_failed.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktech%2Fchancy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftktech%2Fchancy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktech%2Fchancy/lists"}