Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ close
Method
close
celery/concurrency/base.py:133–135 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
self._state = self.RUN
132
133
def
close(self):
134
self._state = self.CLOSE
135
self.on_close()
136
137
def
on_close(self):
138
pass
Callers
7
test_interface_close
Method · 0.95
_close_session
Method · 0.45
setup_default_app
Function · 0.45
_untrack_child_process
Method · 0.45
destroy_queues
Method · 0.45
on_stop
Method · 0.45
on_close
Method · 0.45
Calls
1
on_close
Method · 0.95
Tested by
1
test_interface_close
Method · 0.76