diff --git a/README.md b/README.md index e404e18..603080b 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: