Merge branch 'patch-22' into 'master'
use timeout as it appears in logs See merge request gitlab-org/gitlab-ce!21264
This commit is contained in:
commit
e927833b94
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ sudo gitlab-ctl status
|
||||||
|
|
||||||
Notice that all services say `ok: run`.
|
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`
|
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
|
signal to the service, for example `sidekiq`. After that, a restart should
|
||||||
perform fine.
|
perform fine.
|
||||||
|
|
Loading…
Reference in a new issue