Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ sync
Method
sync
celery/beat.py:657–659 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
655
self.sync()
656
657
def
sync(self):
658
self.scheduler.close()
659
self._is_stopped.set()
660
661
def
stop(self, wait=False):
662
info(
'beat: Shutting down...'
)
Callers
2
start
Method · 0.95
sync
Method · 0.45
Calls
2
close
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected