MCPcopy
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_scheduleMethod · 0.95
closeMethod · 0.95

Calls 1

syncMethod · 0.45

Tested by

no test coverage detected