23bcbf04c8
In a cloud-native or high-availability configuration, Sidekiq may not be running on the same node as the Web worker. The output of the `ps` output does not work in this case and can mislead admins that Sidekiq isn't running. Remove it in favor of the Sidekiq dashboard, which shows local processes using the Redis information. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46133
10 lines
315 B
Text
10 lines
315 B
Text
- @no_container = true
|
|
- page_title "Background Jobs"
|
|
|
|
%div{ class: container_class }
|
|
%h3.page-title Background Jobs
|
|
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
|
|
|
|
%hr
|
|
.card
|
|
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }
|