Merge pull request #5346 from jojosch/sidekiq-running-procs-infopage-user
Print the configured GitLab user on the Admin-Sidekiq page
This commit is contained in:
commit
76f8f4bcf8
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@
|
|||
%td= data.join(" ")
|
||||
%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.
|
||||
|
|
Loading…
Reference in a new issue