Use sticky data consistency for post receive worker
What does this MR do and why?
Closes [Feature flag] Enable load_balanacing_for_stick... (#495040 - closed)
Use sticky data consistency for post receive worker
This commit is cleaning up the load_balancing_for_sticky_post_receive_worker feature flag
We have verified the sticky data consistency for the post receive worker is working correctly in this comment #495040 (comment 2147667579)
This change removes the feature flag switching between always and sticky https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#feature_flag-property
Changelog: performance
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.