Skip to content

Remove display of local Sidekiq process in /admin/sidekiq

Stan Hu requested to merge sh-remove-local-sidekiq-admin-check into master

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

Closes https://gitlab.com/charts/gitlab/issues/354

Edited by Nick Thomas

Merge request reports