Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat/resque-crashlog
Resque failure handler for crashlog.io
https://github.com/pat/resque-crashlog
Last synced: 17 days ago
JSON representation
Resque failure handler for crashlog.io
- Host: GitHub
- URL: https://github.com/pat/resque-crashlog
- Owner: pat
- License: mit
- Created: 2012-11-06T07:54:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T07:56:16.000Z (about 12 years ago)
- Last Synced: 2024-04-26T13:05:06.371Z (8 months ago)
- Language: Ruby
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. 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::Multipleh2. 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.
h2. Licence
Copyright (c) 2012, resque-crashlog is developed and maintained by Pat Allan, and is released under the open MIT Licence.