diff options
Diffstat (limited to 'config/puma.rb.example')
-rw-r--r-- | config/puma.rb.example | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/puma.rb.example b/config/puma.rb.example index 731c2563150..6558dbc6cfe 100644 --- a/config/puma.rb.example +++ b/config/puma.rb.example @@ -44,10 +44,6 @@ on_restart do end before_fork do - # We want to clean things up (e.g. metric files) at first boot. So make sure - # Puma calls the same callback at boot as Unicorn. - Gitlab::Cluster::LifecycleEvents.do_master_restart - # Signal to the puma killer Gitlab::Cluster::PumaWorkerKillerInitializer.start @config.options unless ENV['DISABLE_PUMA_WORKER_KILLER'] |