{"id":50862837,"url":"https://github.com/ykus4/aioq","last_synced_at":"2026-06-14T22:30:41.899Z","repository":{"id":360831564,"uuid":"1251898274","full_name":"ykus4/aioq","owner":"ykus4","description":"Async job queue for Python — Redis/PostgreSQL/MySQL backends, priority queues, job dependencies, dead letter queues, Prometheus metrics, built-in dashboard","archived":false,"fork":false,"pushed_at":"2026-06-12T01:07:47.000Z","size":1030,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T03:06:34.351Z","etag":null,"topics":["async","asyncio","dashboard","job-queue","mysql","postgresql","prometheus","python","redis","task-queue","worker"],"latest_commit_sha":null,"homepage":"https://ykus4.github.io/aioq/","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/ykus4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-28T02:23:05.000Z","updated_at":"2026-06-12T01:07:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ykus4/aioq","commit_stats":null,"previous_names":["ykus4/aioq"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ykus4/aioq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykus4%2Faioq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykus4%2Faioq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykus4%2Faioq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykus4%2Faioq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ykus4","download_url":"https://codeload.github.com/ykus4/aioq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykus4%2Faioq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34340780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["async","asyncio","dashboard","job-queue","mysql","postgresql","prometheus","python","redis","task-queue","worker"],"created_at":"2026-06-14T22:30:37.718Z","updated_at":"2026-06-14T22:30:41.891Z","avatar_url":"https://github.com/ykus4.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aioq\n\nAsync job queue for Python with Redis, PostgreSQL, and MySQL backends, priority queues, job dependencies, dead letter queues, and a built-in real-time dashboard.\n\n**[Documentation](https://ykus4.github.io/aioq/)** · [PyPI](https://pypi.org/project/aioq/)\n\n## Install\n\n```bash\npip install aioq                # Redis only\npip install \"aioq[postgres]\"    # + PostgreSQL\npip install \"aioq[mysql]\"       # + MySQL\npip install \"aioq[all]\"         # everything\n```\n\n## Quick start\n\n```python\n# tasks.py\nfrom aioq import Aarq\nfrom aioq.backends import RedisBroker\n\napp = Aarq(broker=RedisBroker(url=\"redis://localhost:6379\"))\n\n@app.task(queue=\"default\", retries=3)\nasync def my_task(ctx, value: int):\n    ...\n```\n\n```bash\naioq worker tasks:app       # run a worker\naioq dashboard tasks:app    # dashboard at :8080\n```\n\nSee the **[docs](https://ykus4.github.io/aioq/)** for full usage.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykus4%2Faioq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fykus4%2Faioq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykus4%2Faioq/lists"}