MCPcopy
hub / github.com/celery/celery / run

Method run

celery/beat.py:692–694  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

690 self.name = 'Beat'
691
692 def run(self):
693 self.app.set_current()
694 self.service.start()
695
696 def stop(self):
697 self.service.stop(wait=True)

Callers

nothing calls this directly

Calls 2

set_currentMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected