MCPcopy Index your code
hub / github.com/feast-dev/feast / stop_refresh

Function stop_refresh

sdk/python/feast/feature_server.py:378–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376 logger.debug("Offline write batching is DISABLED")
377
378 def stop_refresh():
379 nonlocal shutting_down
380 shutting_down = True
381 if active_timer:
382 active_timer.cancel()
383
384 def async_refresh():
385 if shutting_down:

Callers 1

lifespanFunction · 0.85

Calls 1

cancelMethod · 0.80

Tested by

no test coverage detected