Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ start
Method
start
t/unit/app/test_beat.py:40–41 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
38
pass
39
40
def
start(self, **kwargs):
41
self.started = True
42
43
def
stop(self, **kwargs):
44
self.stopped = True
Callers
15
test_mem_leak_unhandled_exceptions
Function · 0.45
test_mem_leak_retry_failures
Function · 0.45
test_mem_leak_nested_exception_stacks
Function · 0.45
test_rabbitmq_quorum_qos_visibility_race
Function · 0.45
test_start
Method · 0.45
test_start
Method · 0.45
test_start_stop_shutdown
Method · 0.45
test_start_no_consumers
Method · 0.45
test_start__stop
Method · 0.45
test_restore_prefetch_count_on_restart
Method · 0.45
test_max_restarts_exceeded
Method · 0.45
test_do_not_restart_when_closed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected