• Sean McGivern's avatar
    Don't clean Sidekiq processes when fetching metrics · 5687c8af
    Sean McGivern authored
    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.
    5687c8af
sidekiq_metrics.rb 1.65 KB