Called when a child process starts.
(self)
| 78 | """Called when the worker (:program:`celery worker`) shuts down.""" |
| 79 | |
| 80 | def on_worker_process_init(self): |
| 81 | """Called when a child process starts.""" |
| 82 | |
| 83 | def import_task_module(self, module): |
| 84 | self.task_modules.add(module) |
no outgoing calls