mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2024-11-20 11:06:15 -05:00
Added more to Queue
This commit is contained in:
parent
00423e0564
commit
90e8393e14
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
|||
*Libraries for working with event and task queues.*
|
||||
|
||||
* [Resque](https://github.com/resque/resque) A Redis-backed Ruby library for creating background jobs, placing them on multiple queues.
|
||||
* [Sidekiq](http://sidekiq.org) — a full-featured background processing framework for Ruby. It aims to be simple to integrate with any modern Rails application and much higher performance than other existing solutions.
|
||||
* [Delayed::Job](https://github.com/tobi/delayed_job) — Database backed asynchronous priority queue.
|
||||
* [Qu](https://github.com/bkeepers/qu) A Ruby library for queuing and processing background jobs.
|
||||
|
||||
## Search
|
||||
|
|
Loading…
Reference in a new issue