Skip to content

Enable load balancing for WebHookWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Matthias Käppler requested to merge 324376-web-hook-worker-load-balancing into master

What does this MR do?

We recently introduced the ability to use database read replicas in sidekiq workers, which relieves pressure on the primary. This is possible as long as workers do not issue any writes. This worker has been identified as a candidate.

The change is behind the load_balancing_for_web_hook_worker feature toggle: #331365 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #324376 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports