mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 17:47:01 +08:00
log the hostname when restarting sidekiq
This commit is contained in:
parent
5754bb3654
commit
8c57aef3f8
|
@ -106,7 +106,7 @@ before_fork do |server, worker|
|
||||||
restart = false
|
restart = false
|
||||||
|
|
||||||
if out_of_memory?
|
if out_of_memory?
|
||||||
Rails.logger.warn("Sidekiq is consuming too much memory (using: %0.2fM), restarting" % (max_rss.to_f / 1.megabyte))
|
Rails.logger.warn("Sidekiq is consuming too much memory (using: %0.2fM) for '%1', restarting" % [(max_rss.to_f / 1.megabyte), ENV["DISCOURSE_HOSTNAME"]])
|
||||||
restart = true
|
restart = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user