Golang task queue

This page summarizes the projects mentioned and recommended in the original post on /r/golang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. machinery

    Machinery is an asynchronous task queue/job queue based on distributed message passing.

    I had a look at: 1. machinery - https://github.com/RichardKnop/machinery 2. go-celery - https://github.com/gocelery/gocelery 3. asynq - https://github.com/hibiken/asynq 3. taskq - https://github.com/vmihailenco/taskq

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. gocelery

    Celery Distributed Task Queue in Go

    I had a look at: 1. machinery - https://github.com/RichardKnop/machinery 2. go-celery - https://github.com/gocelery/gocelery 3. asynq - https://github.com/hibiken/asynq 3. taskq - https://github.com/vmihailenco/taskq

  4. Asynq

    Simple, reliable, and efficient distributed task queue in Go

    I had a look at: 1. machinery - https://github.com/RichardKnop/machinery 2. go-celery - https://github.com/gocelery/gocelery 3. asynq - https://github.com/hibiken/asynq 3. taskq - https://github.com/vmihailenco/taskq

  5. taskq

    Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends

    I had a look at: 1. machinery - https://github.com/RichardKnop/machinery 2. go-celery - https://github.com/gocelery/gocelery 3. asynq - https://github.com/hibiken/asynq 3. taskq - https://github.com/vmihailenco/taskq

  6. asyncjobs

    Asynchronous Job Processor

    Similar to asynq https://github.com/choria-io/asyncjobs but using Nats.

  7. go-beanstalk

    Go client for beanstalkd

    With https://github.com/beanstalkd/go-beanstalk

  8. BeanstalkD

    Beanstalk is a simple, fast work queue.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Faktory

    Language-agnostic persistent background job server

    Try https://github.com/contribsys/faktory which is written in go but you interact with it as a service.

  11. worker

    A beanstalkd worker package (by eramus)

  12. ratus

    Ratus is a RESTful asynchronous task queue server. It translated concepts of distributed task queues into a set of resources that conform to REST principles and provides a consistent HTTP API for various backends.

    I've been working on https://github.com/hyperonym/ratus which is a RESTful asynchronous task queue server, it also comes with a Go client library.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What is the best task queue?

    6 projects | /r/golang | 15 Jan 2023
  • Are there any actively maintained or official Golang libraries for managing work queues?

    8 projects | /r/golang | 29 Oct 2022
  • is there any go library that allows running background tasks after a specified period of time?

    2 projects | /r/golang | 5 Jul 2022
  • Supercharging Go with Asynq: Scalable Background Jobs Made Easy

    2 projects | dev.to | 27 Feb 2025
  • Looking for a language agnostic Go task queue with Redis

    1 project | /r/golang | 12 Sep 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?