Skip to content

Commit

Permalink
Add community plugins section
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Apr 22, 2022
1 parent 65596f9 commit 7e16e5f
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 @@ -476,6 +476,12 @@ Exq has a separate repo, exq_ui which provides with a Web UI to monitor your wor

See https://github.com/akira/exq_ui for more details.

## Community Plugins

* [exq_scheduler](https://github.com/activesphere/exq-scheduler) Exq Scheduler is a cron like job scheduler for Exq, it's also compatible with Sidekiq and Resque.
* [exq_limit](https://github.com/ananthakumaran/exq_limit) ExqLimit implements different types of rate limiting for Exq queue.
* [exq_batch](https://github.com/ananthakumaran/exq_batch) ExqBatch provides a building block to create complex workflows using Exq jobs. A batch monitors a group of Exq jobs and creates callback job when all the jobs are processed.

## Starting Exq manually

Typically, Exq will start as part of the application along with the configuration you have set. However, you can also start Exq manually and set your own configuration per instance.
Expand Down

0 comments on commit 7e16e5f

Please sign in to comment.