tqs VS pg-boss

Compare tqs vs pg-boss and see what are their differences.

tqs

Tiny Queue Service (Server) (by TinyWebServices)

pg-boss

Queueing jobs in Node.js using PostgreSQL like a boss (by timgit)
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
tqs pg-boss
1 13
5 1,666
- -
10.0 4.4
about 3 years ago about 1 month ago
Python JavaScript
Mozilla Public License 2.0 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.

tqs

Posts with mentions or reviews of tqs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • SQL Maxis: Why We Ditched RabbitMQ and Replaced It with a Postgres Queue
    16 projects | news.ycombinator.com | 11 Apr 2023
    I wrote https://github.com/TinyWebServices/tqs a couple of years ago. It is modelled after SQS and runs in a single threaded Tornado server.

    I don’t know how many messages per second it does but for a podcast crawling side project I have processed billions of messages through this little Python wrapper around SQLite. Zero problems. It just keeps running happily.

pg-boss

Posts with mentions or reviews of pg-boss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-08.

What are some alternatives?

When comparing tqs and pg-boss you can also consider the following projects:

starqueue

worker - High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)

tembo - Goodbye Database Sprawl, Hello Postgres.

celery - Distributed Task Queue (development branch)

pgtt - PostgreSQL extension to create, manage and use Oracle-style Global Temporary Tables and the others RDBMS

django-postgres-queue - A task queue for django

rq - Simple job queues for Python

RabbitMQ - Open source RabbitMQ: core server and tier 1 (built-in) plugins

neoq - Queue-agnostic background job library for Go, with a pleasant API and powerful features.

Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Ruby on Rails - Ruby on Rails

kue - Kue is a priority job queue backed by redis, built for node.js.