{"id":24763414,"url":"https://github.com/decentfox/aintq","last_synced_at":"2025-10-11T10:31:19.679Z","repository":{"id":49863833,"uuid":"130347833","full_name":"decentfox/aintq","owner":"decentfox","description":"AintQ Is Not Task Queue - a Python asyncio task queue on PostgreSQL.","archived":false,"fork":false,"pushed_at":"2022-12-26T20:37:00.000Z","size":26,"stargazers_count":50,"open_issues_count":4,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T14:11:17.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/decentfox.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-20T10:31:42.000Z","updated_at":"2024-11-28T16:33:53.000Z","dependencies_parsed_at":"2023-01-31T01:30:38.883Z","dependency_job_id":null,"html_url":"https://github.com/decentfox/aintq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/decentfox/aintq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentfox%2Faintq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentfox%2Faintq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentfox%2Faintq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentfox%2Faintq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decentfox","download_url":"https://codeload.github.com/decentfox/aintq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decentfox%2Faintq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006846,"owners_count":26084206,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-28T20:28:28.444Z","updated_at":"2025-10-11T10:31:19.386Z","avatar_url":"https://github.com/decentfox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=====\nAintQ\n=====\n\n\n.. image:: https://img.shields.io/pypi/v/aintq.svg\n        :target: https://pypi.python.org/pypi/aintq\n\n.. image:: https://img.shields.io/travis/fantix/aintq.svg\n        :target: https://travis-ci.org/fantix/aintq\n\n.. image:: https://readthedocs.org/projects/aintq/badge/?version=latest\n        :target: https://aintq.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\n.. image:: https://pyup.io/repos/github/fantix/aintq/shield.svg\n     :target: https://pyup.io/repos/github/fantix/aintq/\n     :alt: Updates\n\n\n\nAintQ Is Not Task Queue - a Python asyncio task queue on PostgreSQL.\n\n\n* Free software: BSD license\n* Documentation: https://aintq.readthedocs.io.\n\n\nFeatures\n--------\n\nAintQ is not quite a traditional task queue like Celery_. It runs no workers,\ninstead it sends HTTP requests to your own web server to execute the tasks. The\npurpose of AintQ is to provide a robust broker to queue and trigger task\nexecution, while being as compact as possible.\n\n* Use PostgreSQL_ as a broker and your own web server as worker, for less moving parts\n* AintQ server simply loads tasks from the broker, sends HTTP requests and stores the response\n* AintQ server may run standalone or inside your asyncio web server\n* Easy to use client API to create tasks and retrieve results\n* Support cron-like scheduled repeating tasks\n* Support retrying, priority and dependency\n* Focus on consistency, stability and robustness\n* Provide real-time statistics API\n\n**AintQ is a very new project and under construction. Even though we internally\nuse similar code in some production environment, AintQ is a complete rewrite\nand may probably bite your nose off before it gets stabilized.**\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\nReferences:\n\n* http://www.celeryproject.org/\n* https://github.com/chanks/que\n* https://www.pgcon.org/2016/schedule/track/Applications/929.en.html\n* https://github.com/QueueClassic/queue_classic\n* https://github.com/florentx/pgqueue\n* https://wiki.postgresql.org/wiki/PGQ_Tutorial\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _Celery: http://www.celeryproject.org/\n.. _PostgreSQL: https://www.postgresql.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentfox%2Faintq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecentfox%2Faintq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentfox%2Faintq/lists"}