flaky-noon-11399
04/16/2025, 11:03 AMflaky-noon-11399
04/16/2025, 11:08 AMcalm-dog-24239
04/17/2025, 8:17 AMflaky-noon-11399
04/17/2025, 8:19 AMcalm-dog-24239
04/17/2025, 11:15 AMflaky-noon-11399
04/17/2025, 11:16 AMcalm-dog-24239
04/17/2025, 11:17 AMflaky-noon-11399
04/17/2025, 11:20 AMfreezing-postman-69602
04/21/2025, 7:21 PMdefault
/ fallback
features incase of internet connection failures.
To add more context, if we just modify the initializer to accept fallbackFeatures
along with the API connection, we'll need graceful mechanisms to use these fallbackFeatures
and retry the API calls if backgroundSync is turned on.
Nevertheless, we'll need to do the following every time we use features
to evaluate, first, try regular cache (previously fetched from API) and in case of cache-miss or invalidated scenario, we use these fallback features for evaluation. We'll need to log these events carefully, otherwise debugging any unexpected behaviors/results will become a nightmare.
Hope this helps. Happy to discuss more if you have any questions.calm-dog-24239
04/22/2025, 8:25 AM