#1 Asynq
Package asynq provides a framework for Redis based distrubted task queue.
Compare go queue libraries by maintenance, adoption, security, release activity, and Go ecosystem usage. Top packages in this group include Asynq, hatchet, machinery.
Highest combined package health score.
Strongest maintenance signal in this category.
Highest adoption signal from stars, forks, and imported-by data.
Package asynq provides a framework for Redis based distrubted task queue.
🪓 An orchestration engine for background tasks, AI agents, and durable workflows
Machinery is an asynchronous task queue/job queue based on distributed message passing.
Package queue provides multiple thread-safe generic queue implementations.
Package goworker is a Resque-compatible, Go-based background worker.
Package gocelery is Celery Distributed Task Queue in Go Celery distributed tasks are used heavily in many python web applications and this library allows you to implement celery workers in Go as well as being able to submit celery tasks in Go.
Package worker accepts Jobs and places them in a queue to be executed N at a time.
Doubly-ended heap (min-max heap) with O(log n) access to both minimum and maximum elements.