For example, if we have feature foo that is enabled on staging environment but not on production environment, but we have a backend deployment running that checks whether foo is enabled.
If we enable the feature for the production environment, do we first need to restart the backend to stream the value of this feature?