Skip to content

Commit

Permalink
Warn when killing off remaining threads
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhilkert committed Aug 13, 2017
1 parent 70aa7bd commit ac1edcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sucker_punch/queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def self.shutdown_all
end

# Queues haven't finished work. Aggressively kill them.
SuckerPunch.logger.info("Queued jobs didn't finish before shutdown_timeout...killing remaining jobs")
SuckerPunch.logger.warn("Queued jobs didn't finish before shutdown_timeout...killing remaining jobs")
queues.each { |queue| queue.kill }
end
end
Expand Down

0 comments on commit ac1edcf

Please sign in to comment.