Enhancements:
* Add `poll_frequency` config for mongo backend
* Add qu-airbrake failure backend
* Add immediate backend for performing jobs immediately
require 'qu-immediate'
https://github.com/bkeepers/qu/compare/v0.1.3...v0.1.4
0.1.3 - 2011-10-10
Bug Fixes:
* Delete jobs when clearing the queue in the Redis backend
Enhancements:
* Added support for Rails 2
* Retry connection failures in Mongo backend and added two config options:
Qu.configure do |c|
c.backend.max_retries = 10 # default: 5
c.backend.retry_frequency = 5 # default: 1
end
https://github.com/bkeepers/qu/compare/v0.1.2..v0.1.3
0.1.2 - 2011-10-05
Bug Fixes:
* Build gem with Ruby 1.8 to avoid YAML errors (http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yacc.html)
https://github.com/bkeepers/qu/compare/v0.1.1...v0.1.2
0.1.1 - 2011-10-02
Bug Fixes:
* Fixes for Ruby 1.9
* Fix Mongo backend against MongoDB 2.0
* Fix #unregister_worker
* Add no-op environment task (so rake tasks will work in non-rails environment)
Enhancements:
* Forward rake tasks for jobs:work and resque:work to qu:work
* Added logging
https://github.com/bkeepers/qu/compare/v0.1.0...v0.1.1