Skip to content

Commit f366cff

Browse files
ealdentdefunkt
authored andcommitted
multiple failure backend was not getting exception information when created (all information was being passed on to the various backends it supports). sometimes helpful to have this information in one place
1 parent ddeb8b9 commit f366cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/resque/failure/multiple.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ def self.configure
1414
end
1515

1616
def initialize(*args)
17+
super
1718
@backends = self.class.classes.map {|klass| klass.new(*args)}
1819
end
20+
1921
def save
2022
@backends.each(&:save)
2123
end

0 commit comments

Comments
 (0)