gocelery/gocelery
Celery Distributed Task Queue in Go observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3709
- days_rel: n/a
- days_push: 1086
- n_releases_24m: 0
Adoption not part of the score
2484 stars · 248 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go client/server implementation of the Celery distributed task queue protocol, supporting Redis and AMQP brokers. It lets Go applications submit Celery tasks and run Celery-compatible workers, or act as a standalone Go distributed task queue.
Use cases
- run celery workers in go
- submit celery tasks from a go application
- migrate python web app background tasks to go
- build a distributed task queue in go
- interoperate go services with python celery
- offload long-running jobs to background workers
When to choose
- you have existing Python Celery infrastructure and want Go workers or producers
- you need a pure Go distributed task queue with Redis or AMQP
- you're migrating a Python web application's task processing to Go for performance
When to avoid
- you need Celery message protocol version 2 or pickle serialization
- you need a Go-native task queue without Celery compatibility (consider machinery or asynq)
- you need concurrent AMQP channel use, which this library does not support
Facets
library · maturity maintenance
message-queue concurrency serialization microservices backend go windows celery task-queue redis amqp background-jobs python-interop automation linux macos
1 source
- readme: https://github.com/gocelery/gocelery · fetched 2026-08-28 · 7e4d331bd4a9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gocelery/gocelery | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="gocelery/gocelery")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem