Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ sync
Method
sync
celery/beat.py:435–436 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
433
self._tasks_since_sync = 0
434
435
def
sync(self):
436
pass
437
438
def
close(self):
439
self.sync()
Callers
2
_do_sync
Method · 0.95
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected