# gocelery/gocelery

Celery Distributed Task Queue in Go

Repository: https://github.com/gocelery/gocelery
Canonical: https://ross.abutalabs.com/products/gocelery
Language: Go
License: MIT
License Family: permissive
Last push: 2023-09-12T10:17:12+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3709, "days_push": 1086, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2484, forks 248 (observed 2026-08-28T04:06:55.507025+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: message-queue, concurrency, serialization
- domain: microservices, backend
- platform: go, windows
- tags: celery, task-queue, redis, amqp, background-jobs, python-interop, automation, linux, macos

## Member repositories
- gocelery/gocelery (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:55.507025+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:28:05.197203+00:00, confidence not recorded.
  - readme: https://github.com/gocelery/gocelery (fetched 2026-08-28T04:06:55.507025+00:00, sha 7e4d331bd4a9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
