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 63829b1 commit de26a89Copy full SHA for de26a89
lib/resque/tasks.rb
@@ -15,7 +15,7 @@
15
worker.verbose = ENV['LOGGING'] || ENV['VERBOSE']
16
worker.very_verbose = ENV['VVERBOSE']
17
worker.term_timeout = ENV['RESQUE_TERM_TIMEOUT'] || 4.0
18
- worker.term_child = ENV['TERM_CHILD'].to_i || 1
+ worker.term_child = ENV['TERM_CHILD']
19
rescue Resque::NoQueueError
20
abort "set QUEUE env var, e.g. $ QUEUE=critical,high rake resque:work"
21
end
0 commit comments