Commit babba432f1387cb53298e976ca406cac28d272e5
1 parent
253850dd
Exists in
master
and in
4 other branches
Use `service gitlab reload` to restart sidekiq
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. | ... | ... |