Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2022-05-09 15:07:50 +00:00
parent e4b9c52cc9
commit fb19b392e2
61 changed files with 296 additions and 626 deletions

View File

@ -22,8 +22,6 @@ class MetricsServer # rubocop:disable Gitlab/NamespacedClass
supervisor = PumaProcessSupervisor.instance
supervisor.supervise(start_server.call) do
next unless supervisor.alive
Gitlab::AppLogger.info('Puma metrics server terminated, restarting...')
start_server.call
end