##A plugin to check resque connection and error amount with heartcheck.
Add this line to your application's Gemfile:
gem 'heartcheck-resque'
And then execute:
$ bundle
Or install it yourself as:
$ gem install heartcheck-resque
You can check any resque connection that there's in your app.
Heartcheck.setup do |config|
config.add :resque do |c|
c.add_service(failures_limit: 10)
end
end
Check Heartcheck example here
- Fork it ( https://github.com/locaweb/heartcheck-resque/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request