Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 912 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 912 Bytes

[DEPRECATED] Delayed Job Honeybadger

Build Status Gem Version

Notify Honeybadger of errors in Delayed Job workers.

Adapted from this and this

Important: As of Honeybadger v1.14.0, delayed_job is shipped with it.

Contributing

  1. Fork it.
  2. Create a topic branch git checkout -b my_branch
  3. Commit your changes git commit -am "Boom"
  4. Push to your branch git push origin my_branch
  5. Send a pull request