summaryrefslogtreecommitdiff
path: root/config/puma.example.development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/puma.example.development.rb')
-rw-r--r--config/puma.example.development.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/puma.example.development.rb b/config/puma.example.development.rb
index 7cb9fb01b25..9df24bf74e3 100644
--- a/config/puma.example.development.rb
+++ b/config/puma.example.development.rb
@@ -49,10 +49,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']