flohdot / resque-ensure-connected

verify active record connections are active before performing work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resque-ensure-connected

Ensure that all resque jobs have a valid activerecord connection before execution.

Configuration

NONE! The gem automatically configures Resque to connect with each forked process.

Installation

# Bundler Gemfile
gem 'resque-ensure-connected'

Contributing

  • Fork the project
  • Fix the issue
  • Add tests
  • Create pull request on github

see CONTRIBUTORS.txt for complete list of contributors.

Copyright

Copyright (c) 2011 Socialcast Inc. See LICENSE.txt for further details.

About

verify active record connections are active before performing work

License:MIT License