Commit babba432f1387cb53298e976ca406cac28d272e5

Authored by Jacob Vosmaer
1 parent 253850dd

Use `service gitlab reload` to restart sidekiq

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.
... ...