Skip to content

Commit

Permalink
Merge e8afa66 into db98727
Browse files Browse the repository at this point in the history
  • Loading branch information
isra17 committed Feb 5, 2015
2 parents db98727 + e8afa66 commit de8c8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:min_priority => ENV['MIN_PRIORITY'],
:max_priority => ENV['MAX_PRIORITY'],
:queues => (ENV['QUEUES'] || ENV['QUEUE'] || '').split(','),
:quiet => false
:quiet => ENV['QUIET']
}

@worker_options[:sleep_delay] = ENV['SLEEP_DELAY'].to_i if ENV['SLEEP_DELAY']
Expand Down

0 comments on commit de8c8dc

Please sign in to comment.