cque VS Asynq

Compare cque vs Asynq and see what are their differences.

cque

Go channel que for local workers (by santrancisco)

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
cque Asynq
1 32
2 8,723
- -
10.0 7.0
over 5 years ago 11 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.

cque

Posts with mentions or reviews of cque. 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 cque 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.

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.

Confluent Kafka Golang Client - Confluent's Apache Kafka Golang client