Skip to content

Commit 4260d89

Browse files
committed
Add links to other useful projects
1 parent a5d8bd4 commit 4260d89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ queue_classic provides a simple interface to a PostgreSQL-backed message queue.
1717

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

20+
## Other related projects
21+
22+
* [Queue Classic Plus](https://github.com/rainforestapp/queue_classic_plus) - adds support for retrying with specific exceptions, transaction processing of jobs, metric collection, etc
23+
* [Queue Classic Admin](https://github.com/QueueClassic/queue_classic_admin) - Admin interface for queue_classic
24+
* [Queue Classic Matchers](https://github.com/rainforestapp/queue_classic_matchers) - RSpec matchers for queue_classic
25+
2026
## Features
2127

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

0 commit comments

Comments
 (0)