From 04fad7f4a3bc46ee63185e4e33f92e52797e7ab4 Mon Sep 17 00:00:00 2001 From: Kaarel Moppel Date: Tue, 6 May 2025 16:23:15 +0300 Subject: [PATCH] Add river https://github.com/riverqueue/river --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1b19d1..831893b 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ ### Work Queues * [BeanQueue](https://github.com/LaunchPlatform/bq) - A Python work queue framework based on SKIP LOCKED, LISTEN and NOTIFY * [pgmq](https://github.com/pgmq/pgmq) - A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. +* [river](https://github.com/riverqueue/river) - A high-performance job processing system for Go and Postgres. ### Optimization * [EverSQL](https://www.eversql.com/) - Automated query optimization tool, monitoring and analysis tool, indexing recommendation tool. (Commercial Software)