0.0
No commit activity in last 3 years
No release in over 3 years
A handler for Resque's failure backend that will send exceptions through to crashlog.io. Uses your existing CrashLog setup.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.1
>= 1.20.0
 Project Readme

Resque::Failure::CrashLog

Use the crashlog gem as you normally would – and just add the following failure backend to your Resque setup. Here’s my current setup:

require 'resque/failure/multiple'
require 'resque-crashlog'

Resque::Failure::Multiple.classes = [
  Resque::Failure::Redis, Resque::Failure::CrashLog
]
Resque::Failure.backend = Resque::Failure::Multiple

Contributing

There’s really so little code involved here, so I’ve not bothered with tests. Don’t tell anyone. If you want to add them – or contribute in other ways – please fork and offer patches in separate branches.

Licence

Copyright © 2012, resque-crashlog is developed and maintained by Pat Allan, and is released under the open MIT Licence.