diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-15 06:33:23 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-15 06:37:12 -0800 |
commit | 23bcbf04c875ac31e6a04453931d5173c56d5efa (patch) | |
tree | 30b4fae00c4498222d3bf56eb3beeaf56919ed2e /changelogs | |
parent | bf31bd0d82affc29963d7d15c850ae0a0cc362a3 (diff) | |
download | gitlab-ce-23bcbf04c875ac31e6a04453931d5173c56d5efa.tar.gz |
Remove display of local Sidekiq process in /admin/sidekiq
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-remove-local-sidekiq-admin-check.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-remove-local-sidekiq-admin-check.yml b/changelogs/unreleased/sh-remove-local-sidekiq-admin-check.yml new file mode 100644 index 00000000000..3ec15908fc7 --- /dev/null +++ b/changelogs/unreleased/sh-remove-local-sidekiq-admin-check.yml @@ -0,0 +1,5 @@ +--- +title: Remove display of local Sidekiq process in /admin/sidekiq +merge_request: 23118 +author: +type: fixed |