MCPcopy
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

startMethod · 0.95
syncMethod · 0.45

Calls 2

closeMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected