Similar Projects

With the addition of modern Postgres features like LISTEN/NOTIFY and SELECT FOR UPDATE...SKIP LOCKED, postgres-backed task queues have become a viable alternative to other task queues built on RabbitMQ or redis like celery. As such the space is exploding with new projects. Here are some of the most popular ones if Chancy doesn’t fit your needs:

Project

Language

Note

celery

Python

The defacto Python task queue

procastinate

Python

oban

Elixir

Inspired many of the features in Chancy

river

Go

neoq

Go

faktory

Go

pg-boss

Node.js

graphile

Node.js

Minion

Perl