MCPcopy
hub / github.com/celery/celery / _create_worker_process

Method _create_worker_process

celery/concurrency/asynpool.py:490–493  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

488 )
489
490 def _create_worker_process(self, i):
491 worker_before_create_process.send(sender=self)
492 gc.collect() # Issue #2927
493 return super()._create_worker_process(i)
494
495 def _event_process_exit(self, hub, proc):
496 # This method is called whenever the process sentinel is readable.

Callers

nothing calls this directly

Calls 2

collectMethod · 0.80
sendMethod · 0.45

Tested by

no test coverage detected