Skip to content

Commit

Permalink
Add links to other useful projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ukd1 committed Jul 19, 2019
1 parent a5d8bd4 commit 4260d89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ queue_classic provides a simple interface to a PostgreSQL-backed message queue.

A major benefit is the ability to enqueue inside transactions, ensuring things are done only when your changes are commited.

## Other related projects

* [Queue Classic Plus](https://github.com/rainforestapp/queue_classic_plus) - adds support for retrying with specific exceptions, transaction processing of jobs, metric collection, etc
* [Queue Classic Admin](https://github.com/QueueClassic/queue_classic_admin) - Admin interface for queue_classic
* [Queue Classic Matchers](https://github.com/rainforestapp/queue_classic_matchers) - RSpec matchers for queue_classic

## Features

* Leverage of PostgreSQL's listen/notify, skip locked, and row locking.
Expand Down

0 comments on commit 4260d89

Please sign in to comment.