Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-02-11 13:44:39 +0300
committerRémy Coutable <remy@rymai.me>2019-02-11 13:44:39 +0300
commit3a83668703076d87a03dcd60166796406ed7ea6e (patch)
tree292183ca0f749e59520512dbf55a6bc620b6a632 /doc/administration
parent15af0a45083a8fb6a545616f1c48ace00b70b66a (diff)
use timeout as it appears in logs
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/restart_gitlab.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/restart_gitlab.md b/doc/administration/restart_gitlab.md
index b561c2f82aa..7d245b3effd 100644
--- a/doc/administration/restart_gitlab.md
+++ b/doc/administration/restart_gitlab.md
@@ -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.