Tasqueue VS que-go

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

Tasqueue

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

que-go

UNMAINTAINED: An interoperable Golang port of the Ruby Que queuing library for PostgreSQL. Use River instead. (by bgentry)
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 que-go
4 1
353 325
- -
6.3 0.0
2 months ago 6 months 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.

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.

What are some alternatives?

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

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

tunny - A goroutine pool for 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

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

cque - Go channel que for local workers

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