Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ register_with_event_loop
Method
register_with_event_loop
celery/worker/components.py:177–178 ·
view source on GitHub ↗
(self, w, hub)
Source
from the content-addressed store, hash-verified
175
return
{
'pool'
: w.pool.info
if
w.pool
else
'N/A'
}
176
177
def
register_with_event_loop(self, w, hub):
178
w.pool.register_with_event_loop(hub)
179
180
181
class
Beat(bootsteps.StartStopStep):
Callers
2
test_Pool_create
Method · 0.95
asynloop
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_Pool_create
Method · 0.76