From babba432f1387cb53298e976ca406cac28d272e5 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer <contact@jacobvosmaer.nl> Date: Wed, 16 Oct 2013 10:47:10 +0200 Subject: [PATCH] Use `service gitlab reload` to restart sidekiq --- app/views/admin/background_jobs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.9