Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
700
try
:
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected