Skip to content

Commit

Permalink
UPATE README
Browse files Browse the repository at this point in the history
  • Loading branch information
hooopo committed Mar 24, 2019
1 parent e0b0ffd commit 6f7e0d1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,27 @@
* psql pgmq_dev
* set search_path to pgmq;
* \i seed.sql

## clients

* ruby demo worker: https://github.com/hooopo/pgmq_worker_ruby_demo
* ruby worker base on Faktory: https://github.com/hooopo/faktory_worker_ruby/tree/pgmq
* worker demo base on Factory: https://github.com/hooopo/pgmq_faktory_demo

## Features

* [x] multiple named queues
* [x] priorities
* [ ] cron job
* [x] delayed jobs
* [ ] job dependencies
* [x] persistent jobs
* [x] retries with backoff
* [ ] rate limiting
* [ ] unique jobs
* [ ] expire jobs
* [ ] cocurrency & priority by tenant for saas
* [ ] statistics & web ui
* [ ] fast requeue
* [ ] distributed workers
* [ ] batch processing

0 comments on commit 6f7e0d1

Please sign in to comment.