que-go VS Asynq

Compare que-go vs Asynq and see what are their differences.

que-go

UNMAINTAINED: An interoperable Golang port of the Ruby Que queuing library for PostgreSQL. Use River instead. (by bgentry)

Asynq

Simple, reliable, and efficient distributed task queue in Go (by hibiken)
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
que-go Asynq
1 32
325 8,723
- -
0.0 7.0
6 months ago 6 days ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

que-go

Posts with mentions or reviews of que-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-08.
  • Show HN: Tasqueue – A simple, customisable distributed job/worker in Go
    5 projects | news.ycombinator.com | 8 Jun 2022
    Noice! I am keen to give this a go.. the broker code are small and seems easy enough to implement for different backends.

    having a quick glance, it does remind me a lot of que-go (https://github.com/bgentry/que-go) that is inspired by similar project written in ruby which use postgresql lock cleverly to take tasks from queue, work on it and release lock.

    I liked the implementation so much and how easy it was to write worker for it, i ended up modifying it to use go channel (https://github.com/santrancisco/cque) as queue for worker task.. i used it in several personal projects over the years for cli tools that can leverage from having async tasks/jobs handle by workers.

Asynq

Posts with mentions or reviews of Asynq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.

What are some alternatives?

When comparing que-go and Asynq you can also consider the following projects:

Tasqueue - A simple, customisable distributed job/worker in Go

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

tunny - A goroutine pool for Go

work - Process background jobs in Go

Faktory - Language-agnostic persistent background job server

NATS - Golang client for NATS, the cloud native messaging system.

temporal - Temporal service

nsq - A realtime distributed messaging platform

gocelery - Celery Distributed Task Queue in Go

go-nsq - The official Go package for NSQ

pingme - PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email.

cadence - Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.