From d4c949394c2ca73562aa4cf3cb70970a7292ca42 Mon Sep 17 00:00:00 2001 From: Brendan Weibrecht Date: Wed, 23 Mar 2022 16:42:43 +1100 Subject: [PATCH] Update readme to mention that this is a fork --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e404e187..603080bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Que +This repo is a fork of https://github.com/que-rb/que. + **TL;DR: Que is a high-performance alternative to DelayedJob or QueueClassic that improves the reliability of your application by protecting your jobs with the same [ACID guarantees](https://en.wikipedia.org/wiki/ACID) as the rest of your data.** Que ("keɪ", or "kay") is a queue for Ruby and PostgreSQL that manages jobs using [advisory locks](http://www.postgresql.org/docs/current/static/explicit-locking.html#ADVISORY-LOCKS), which gives it several advantages over other RDBMS-backed queues: