Skip to content
代码片段 群组 项目
用户头像
Stan Hu 编辑于
Previously if a separate metrics server were configured and
Puma were stopped, the metrics server would continue to run. When
Puma is started again, it attempts to spawn a new metrics server,
but this fails repeatedly because the port has already been taken.

To fix this, add an `at_exit` handler that will shutdown the process
supervisor if Puma exists. This won't help the case if Puma is
abruptly killed, however.

Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8109

Changelog: fixed
593bcda3
历史
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
名称 最后提交 最后更新
..