Don't clean Sidekiq processes when fetching metrics
The Sidekiq process metrics API endpoint uses the default argument for `clean_plz` to `Sidekiq::ProcessSet`, which is `true`. We don't actually need to clean the processes here because it's a read-only API endpoint, and Sidekiq does this automatically in the regular processes.
Showing
Please register or sign in to comment