use timeout as it appears in logs

This commit is contained in:
Ben Bodenmiller 2019-02-11 10:44:39 +00:00 committed by Rémy Coutable
parent 15af0a4508
commit 3a83668703
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ sudo gitlab-ctl status
Notice that all services say `ok: run`.
Sometimes, components time out during the restart and sometimes they get stuck.
Sometimes, components time out (look for `timeout` in the logs) during the
restart and sometimes they get stuck.
In that case, you can use `gitlab-ctl kill <service>` to send the `SIGKILL`
signal to the service, for example `sidekiq`. After that, a restart should
perform fine.