worker VS sql-task-queue

Compare worker vs sql-task-queue and see what are their differences.

worker

High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue) (by graphile)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
worker sql-task-queue
19 1
1,645 10
1.0% -
9.7 10.0
6 days ago over 4 years ago
TypeScript PLpgSQL
MIT License Apache License 2.0
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.

worker

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

sql-task-queue

Posts with mentions or reviews of sql-task-queue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-17.
  • Postgres is a great pub/sub and job server
    11 projects | news.ycombinator.com | 17 Dec 2021
    > This is fantastic for relatively low volume queues with intensive work to be done by a small number of workers. For these types of use cases, I'll take this approach over RabbitMQ or Kafka all day long.

    That’s what our workload is like for our SaaS code analysis platform. We create a few tasks (~10 max) for every customer submission (usually triggered by a code push). We replaced Kafka with a PostgreSQL table a couple of years ago.

    We made the schema, functions, and Grafana dashboard open source [0]. I think it’s slightly out-of-date but mostly the same, and has been running perfectly.

    [0] https://github.com/ShiftLeftSecurity/sql-task-queue

What are some alternatives?

When comparing worker and sql-task-queue you can also consider the following projects:

pg-boss - Queueing jobs in Node.js using PostgreSQL like a boss

r2dbc-postgresql - Postgresql R2DBC Driver

dramatiq - A fast and reliable background task processing library for Python 3.

realtime - Broadcast, Presence, and Postgres Changes via WebSockets

good_job - Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.

walex - Postgres change events (CDC) in Elixir

start - Kyoto starter project

BeanstalkD - Beanstalk is a simple, fast work queue.

dramatiq-pg