Convert create_user_ns_outside_model FF to actor based
What does this MR do and why?
Moving the create_user_ns_outside_model
feature flag to an actor based FF bound to the current request. Renaming to create_personal_ns_outside_model
as recommended by the docs:
To migrate an existing feature from percentage of time to the current request actor, it is recommended that you create a new feature flag. This is because it is difficult to control the timing between existing percentage_of_time values, the deployment of the code change, and switching to use percentage_of_actors.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Closes #434919 (closed)
Edited by Hordur Freyr Yngvason