Commit 8f4fdd94d40b97ad0f80f0db7eb60ebcaa6eac8a
Exists in
master
and in
4 other branches
Merge branch 'sidekiq_admin_advice' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/admin/background_jobs/show.html.haml
... | ... | @@ -33,6 +33,6 @@ |
33 | 33 | %td= data.shift |
34 | 34 | %td |
35 | 35 | %td= data.join(" ") |
36 | - %b If '[25 of 25 busy]' is shown, restart GitLab. | |
36 | + %b If '[25 of 25 busy]' is shown, restart GitLab with 'sudo service gitlab reload'. | |
37 | 37 | %br |
38 | 38 | %b If more than one sidekiq process is listed, stop GitLab, kill the remaining sidekiq processes (sudo pkill -u git -f sidekiq) and restart GitLab. | ... | ... |