Commit 11d9b9ea920df0aa33399dcfff6c5eeec0d52529

Authored by Jacob Vosmaer
1 parent d400801a

Unicorn/Sidekiq restarts are slow

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
@@ -139,6 +139,10 @@ sudo gitlab-ctl stop @@ -139,6 +139,10 @@ sudo gitlab-ctl stop
139 sudo gitlab-ctl restart 139 sudo gitlab-ctl restart
140 ``` 140 ```
141 141
  142 +Note that on a single-core server it may take up to a minute to restart Unicorn
  143 +and Sidekiq. Your GitLab instance will give a 502 error until Unicorn is up
  144 +again.
  145 +
142 It is also possible to start, stop or restart individual components. 146 It is also possible to start, stop or restart individual components.
143 147
144 ```shell 148 ```shell