|
Developers can create jobs and organize them in various queues.
Comes as a Ruby library, Rake task and Sinatra app, all into one single toolkit for managing jobs.
The library organizes the jobs and queues, the Rake task processes the jobs and the Sinatra app monitors all of the above.
For storing any Resque related information, Redis is used as its data storage engine.
What's New in This Release: [ read full changelog ]
· Don't run `before_fork` hook if Resque can't fork.
· Don't run `after_fork` hook if Resque can't fork.
· Retry connecting to redis up to 3 times.
· Pass exceptions raised by the worker into the Failure backend.
0 comments:
Post a Comment