Commit b4c85f067655ae1482a8902bec1394914e398da5
1 parent
253850dd
Exists in
master
and in
4 other branches
Print the configured GitLab user on the Admin-Sidekiq page
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/admin/background_jobs/show.html.haml
@@ -35,4 +35,4 @@ | @@ -35,4 +35,4 @@ | ||
35 | %td= data.join(" ") | 35 | %td= data.join(" ") |
36 | %b If '[25 of 25 busy]' is shown, restart GitLab. | 36 | %b If '[25 of 25 busy]' is shown, restart GitLab. |
37 | %br | 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. |