Skip to content

Move overridden Load balancing calls in SidekiqMiddleware to Core

Thong Kuah requested to merge move_lb_overriden_sidekiq_middleware into master

What does this MR do?

Moves overridden Load balancing calls in SidekiqMiddleware to Core

This is relatively hard to review with the final diff, so it might be easier to review commit-by-commit

This is background work, and should not impact as currently it is behind a environment variable (ENABLE_LOAD_BALANCING_FOR_FOSS)

Therefore it should not affect FOSS, nor EE

Related issue: #327902 (closed)

Edited by Thong Kuah

Merge request reports