Skip to content

Memoize feature flag call in MergeRequests::AfterCreateService

Patrick Bajao requested to merge 341681-feature-flag-check-gap-fix into master

What does this MR do and why?

This is to ensure that once feature flag has been checked, it'll be the same for a single instance of AfterCreateService. This way, it won't lead to inconsistent behavior while rolling out feature flag.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #341681 (closed)

Merge request reports