Skip to content

Remove sidekiq_concurrency_limit_middleware_v2 feature flag

What does this MR do and why?

Remove sidekiq_concurrency_limit_middleware_v2 feature flag

This feature flag is a derisk feature flag meant to derisk changes when we roll out changes to refactor concurrency limit middleware !201922 (merged).

The sidekiq_concurrency_limit_middleware_v2 feature flag was used to direct code path to ConcurrencyLimit::MiddlewareV2 class.

References

#565604

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marco Gregorius

Merge request reports

Loading