Only check request_deadline flag once per request
Every time we check a feature flag using `Feature.enabled?` it could return a different value based on the percentage that it's enabled for. So making sure we only call this value once per request, so we have a consistent state for the entire request.
Showing
Please register or sign in to comment