We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9e2f commit 4499a39Copy full SHA for 4499a39
test/worker_test.rb
@@ -40,7 +40,7 @@
40
end
41
42
class ::SimpleJobWithFailureHandling
43
- def self.on_failure_record_failure(exception)
+ def self.on_failure_record_failure(exception, *job_args)
44
@@exception = exception
45
46
0 commit comments