Skip to content

Setup PostReceive worker for sticky data behind flag

Joe Woodward requested to merge chore/402254-post-receive-worker-sticky into master

What does this MR do and why?

Setup PostReceive worker for sticky data behind flag

We have introduced a new feature flag to rollout the sticky data consistency for PostReceive worker.

This worker handles a lot of traffic as it is triggered after each push to GitLab.

For safety we are enabling stick consistency behind a feature flag named load_balanacing_for_sticky_post_receive_worker. This is described in this documentation for workers: https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#feature_flag-property

Closes #402254 (closed)

MR acceptance checklist

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

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports

Loading