We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c8a47 commit 2936d6fCopy full SHA for 2936d6f
lib/resque/tasks.rb
@@ -12,8 +12,6 @@
12
13
begin
14
worker = Resque::Worker.new(*queues)
15
- worker.verbose = ENV['LOGGING'] || ENV['VERBOSE']
16
- worker.very_verbose = ENV['VVERBOSE']
17
worker.term_timeout = ENV['RESQUE_TERM_TIMEOUT'] || 4.0
18
rescue Resque::NoQueueError
19
abort "set QUEUE env var, e.g. $ QUEUE=critical,high rake resque:work"
0 commit comments