MCPcopy
hub / github.com/feast-dev/feast / async_refresh

Function async_refresh

sdk/python/feast/infra/transformation_servers/app.py:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51 # enable asynchronous refresh
52 def async_refresh():
53 store.refresh_registry()
54 threading.Timer(registry["cache_ttl_seconds"], async_refresh).start()
55
56 async_refresh()
57

Callers 1

app.pyFile · 0.70

Calls 1

refresh_registryMethod · 0.45

Tested by

no test coverage detected