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

Calls

no outgoing calls

Tested by

no test coverage detected