We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2e8ac commit 21ecfeaCopy full SHA for 21ecfea
docs/HOOKS.md
@@ -86,7 +86,7 @@ The available hooks are:
86
`Resque::Failure` backend.
87
88
* `on_failure`: Called with the exception and job args if any exception occurs
89
- while performing the job (or hooks).
+ while performing the job (or hooks), this includes Resque::DirtyExit.
90
91
Hooks are easily implemented with superclasses or modules. A superclass could
92
look something like this.
0 commit comments