Tasqueue VS cque

Compare Tasqueue vs cque and see what are their differences.

Tasqueue

A simple, customisable distributed job/worker in Go (by kalbhor)

cque

Go channel que for local workers (by santrancisco)
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
Tasqueue cque
4 1
353 2
- -
6.3 10.0
2 months ago over 5 years ago
Go Go
BSD 2-clause "Simplified" 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.

Tasqueue

Posts with mentions or reviews of Tasqueue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-29.

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.

What are some alternatives?

When comparing Tasqueue and cque you can also consider the following projects:

Asynq - Simple, reliable, and efficient distributed task queue in Go

goque - Persistent stacks and queues for Go backed by LevelDB

xsync - Concurrent data structures for Go

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

Faktory - Language-agnostic persistent background job server

tunny - A goroutine pool for Go

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

que-go - UNMAINTAINED: An interoperable Golang port of the Ruby Que queuing library for PostgreSQL. Use River instead.

NATS - High-Performance server for NATS.io, the cloud and edge native messaging system.