Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ init_worker_process
Method
init_worker_process
celery/loaders/base.py:116–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
self.on_worker_shutdown()
115
116
def
init_worker_process(self):
117
self.on_worker_process_init()
118
119
def
config_from_object(self, obj, silent=False):
120
if
isinstance(obj, str):
Callers
2
test_init_worker_process
Method · 0.80
process_initializer
Function · 0.80
Calls
1
on_worker_process_init
Method · 0.95
Tested by
1
test_init_worker_process
Method · 0.64