Is there a way to set a refetch interval or some o...
# announcements
m
Is there a way to set a refetch interval or some other way to make sure that the feature config stays up to date and/or is updated when it’s updated in the cloud UI? I’m using the React SDK.
f
We have webhooks which fire on updates to features.
you can also cache and set a fairly short TTL if you want another way to do it
f
There is nothing built in to do this right now. You can set this up yourself by just refetching periodically and passing in the new features with the
setFeatures
method.
108 Views