MCPcopy
hub / github.com/celery/celery / stop

Method stop

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

Source from the content-addressed store, hash-verified

694 self.service.start()
695
696 def stop(self):
697 self.service.stop(wait=True)
698
699
700try:

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected