{"adoption": {"forks": 975, "observed_at": "2026-08-28T04:11:04.497775+00:00", "stars": 13659}, "canonical_url": "https://ross.abutalabs.com/products/asynq", "card": {"archived": false, "artifact_type": "library", "description": "Simple, reliable, and efficient distributed task queue in Go", "domain": ["backend", "microservices", "developer-tools"], "enriched": true, "function": ["message-queue", "scheduling", "workflow-automation", "monitoring", "cli"], "health_score": 90, "homepage": null, "language": "Go", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["hibiken/asynq"], "name": "hibiken/asynq", "platform": ["go", "windows", "self-hosted"], "pushed_at": "2026-06-22T23:22:43+00:00", "repo": "hibiken/asynq", "stars": 13659, "tags": ["task-queue", "background-jobs", "worker-pool", "asynchronous-tasks", "redis-backed", "job-scheduling", "retries", "web-ui", "automation", "redis", "linux", "macos", "docker"], "topics": ["task-queue", "go", "background-jobs", "redis", "asynchronous-tasks", "worker-pool", "golang"], "urls": [], "use_cases": ["run background jobs in a Go web app", "schedule periodic tasks with cron-like behavior", "distribute work across multiple worker machines", "retry failed jobs with backoff", "process emails or reports asynchronously", "monitor queue metrics with Prometheus", "deduplicate identical tasks"], "what_it_is": "Asynq is a Go library for a distributed task queue backed by Redis, letting clients enqueue tasks that worker servers process concurrently. It includes scheduling, retries, priority queues, task deduplication, a web UI, and a CLI for inspecting and controlling queues.", "when_to_avoid": ["you need a broker other than Redis (e.g. RabbitMQ, Kafka)", "you need exactly-once delivery guarantees", "your stack isn't Go and you'd rather use a language-native queue", "you need complex workflow orchestration beyond simple task aggregation"], "when_to_choose": ["you're building in Go and need reliable async job processing", "you already run Redis and want a lightweight queue without extra infrastructure", "you need task retries, priorities, scheduling, and crash recovery", "you want horizontal scaling of workers with at-least-once delivery"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/asynq", "repo": "hibiken/asynq", "role": "main", "score": 73}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:11:04.497775+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T17:13:08.017540+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b8e438065932834837ca656a787dbcbc36d0dc94513a5a9ccbdadbed8a1b1c56", "fetched_at": "2026-08-28T04:11:04.497775+00:00", "kind": "readme", "missing": false, "url": "https://github.com/hibiken/asynq"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 88, "longevity": 100, "rhythm": 37}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2483, "days_push": 72, "days_rel": 211, "gap_med": 229.0, "n_releases_24m": 3}, "score": 73, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}