Commit 0b017a65d853718ead5893c05ff944bfec7de4e9
1 parent
25b52982
Exists in
master
and in
9 other branches
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 | ... | ... |