Resque - Job queue in Ruby
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later. Queues are picked off in order of their priority. A job from a lower priority queue will only be picked off if there are no jobs for a higher priority queue available.
https://github.com/resque/resque
http://resque.github.io/
License:
Tech:
Tags: