diff --git a/lib/resque/failure/multiple_with_retry_suppression.rb b/lib/resque/failure/multiple_with_retry_suppression.rb index 0ef5577..ed1c36a 100644 --- a/lib/resque/failure/multiple_with_retry_suppression.rb +++ b/lib/resque/failure/multiple_with_retry_suppression.rb @@ -19,6 +19,7 @@ module Failure # class MultipleWithRetrySuppression < Multiple include Resque::Plugins::Retry::Logging + # Called when the job fails # # If the job will retry, suppress the failure from the other backends.