We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd52ac commit eff68fcCopy full SHA for eff68fc
test/threaded_consumer_pool_test.rb
@@ -40,7 +40,7 @@ def run
40
it "recovers from blowed-up jobs" do
41
Resque.consumer_timeout = 1
42
@tp = ThreadedConsumerPool.new(@read, 1)
43
- @write << RaiseJob.new
+ @write << FailingJob.new
44
@write << Actionable.new
45
46
@tp.start
0 commit comments