Commit 11d9b9ea920df0aa33399dcfff6c5eeec0d52529
1 parent
d400801a
Exists in
6-9-stable-ee
and in
1 other branch
Unicorn/Sidekiq restarts are slow
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -139,6 +139,10 @@ sudo gitlab-ctl stop |
139 | 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 | 146 | It is also possible to start, stop or restart individual components. |
143 | 147 | |
144 | 148 | ```shell | ... | ... |