diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-16 09:30:12 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-16 09:30:12 +0000 |
commit | 8f4fdd94d40b97ad0f80f0db7eb60ebcaa6eac8a (patch) | |
tree | f5c40f4e5d59366f3da3bcb6d87b7b8cef3a5ab8 | |
parent | 253850dd6d1da28758631f7b1945666fd489c8a5 (diff) | |
parent | babba432f1387cb53298e976ca406cac28d272e5 (diff) | |
download | gitlab-ce-8f4fdd94d40b97ad0f80f0db7eb60ebcaa6eac8a.tar.gz |
Merge branch 'sidekiq_admin_advice' of /home/git/repositories/gitlab/gitlabhq
-rw-r--r-- | app/views/admin/background_jobs/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml index 6bdf2c3cda8..122e952d87a 100644 --- a/app/views/admin/background_jobs/show.html.haml +++ b/app/views/admin/background_jobs/show.html.haml @@ -33,6 +33,6 @@ %td= data.shift %td %td= data.join(" ") - %b If '[25 of 25 busy]' is shown, restart GitLab. + %b If '[25 of 25 busy]' is shown, restart GitLab with 'sudo service gitlab reload'. %br %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. |