Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ sync
Method
sync
celery/beat.py:599–601 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
597
schedule = property(get_schedule, set_schedule)
598
599
def
sync(self):
600
if
self._store is not None:
601
self._store.sync()
602
603
def
close(self):
604
self.sync()
Callers
2
setup_schedule
Method · 0.95
close
Method · 0.95
Calls
1
sync
Method · 0.45
Tested by
no test coverage detected