# File lib/puma/cluster.rb, line 161
    def phased_restart
      return false if @options[:preload_app]

      @phased_restart = true
      wakeup!

      true
    end