OSDN Git Service

Merge pull request #5346 from jojosch/sidekiq-running-procs-infopage-user
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 23 Oct 2013 06:47:29 +0000 (23:47 -0700)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 23 Oct 2013 06:47:29 +0000 (23:47 -0700)
Print the configured GitLab user on the Admin-Sidekiq page

1  2 
app/views/admin/background_jobs/show.html.haml

@@@ -33,6 -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.
+   %b If more than one sidekiq process is listed, stop GitLab, kill the remaining sidekiq processes (sudo pkill -u #{Settings.gitlab.user} -f sidekiq) and restart GitLab.