Commit babba432 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use `service gitlab reload` to restart sidekiq

parent 253850dd
...@@ -33,6 +33,6 @@ ...@@ -33,6 +33,6 @@
%td= data.shift %td= data.shift
%td %td
%td= data.join(" ") %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 %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. %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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment