Commit 8f4fdd94d40b97ad0f80f0db7eb60ebcaa6eac8a

Authored by Dmitriy Zaporozhets
2 parents 253850dd babba432

Merge branch 'sidekiq_admin_advice' of /home/git/repositories/gitlab/gitlabhq

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