What is the best task queue?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Asynq

    Simple, reliable, and efficient distributed task queue in Go

  • Hi, I'm starting a new project that involves distributing task on different (and possibly distributed) workers in Golang. So I'm looking for the best task queue library to use; for now the ones I like are the following (in no particular order): - asynq - machinery - taskq

  • taskq

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

  • Hi, I'm starting a new project that involves distributing task on different (and possibly distributed) workers in Golang. So I'm looking for the best task queue library to use; for now the ones I like are the following (in no particular order): - asynq - machinery - taskq

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sdk-java

    Temporal Java SDK

  • Faktory

    Language-agnostic persistent background job server

  • At work we use https://github.com/contribsys/faktory

  • provisioning-backend

    Microservice providing API to provisioning capabilities

  • https://github.com/RHEnVision/provisioning-backend/pull/373/files (search for pkg/worker directory, it is very small as you can see)

  • dejq

    Discontinued Very Simple Job Queue

  • https://github.com/lzap/dejq (experimental repo - slightly more complicated implementation with task grouping which is a feature which I ended up dropping, also has SQS and DB implementations which we ended up not using)

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

  • Are there any actively maintained or official Golang libraries for managing work queues?

    8 projects | /r/golang | 29 Oct 2022
  • Golang task queue

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

    2 projects | /r/golang | 5 Jul 2022
  • Looking for a language agnostic Go task queue with Redis

    1 project | /r/golang | 12 Sep 2023
  • I have a web app that requires allowing users to schedule a recurring task at their own specified time/interval. How would you go about it?

    2 projects | /r/golang | 6 Jul 2023