Commit 76f8f4bcf87bd43b81647589b79ae1627fa6f654

Authored by Dmitriy Zaporozhets
2 parents d5b25941 b4c85f06

Merge pull request #5346 from jojosch/sidekiq-running-procs-infopage-user

Print the configured GitLab user on the Admin-Sidekiq page
app/views/admin/background_jobs/show.html.haml
... ... @@ -35,4 +35,4 @@
35 35 %td= data.join(" ")
36 36 %b If '[25 of 25 busy]' is shown, restart GitLab with 'sudo service gitlab reload'.
37 37 %br
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.
  38 + %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.
... ...