worker_process_init_handler
worker_process_init_handler
def worker_process_init_handler(
sender: object,
**kwargs: dict
) - > null
Prints a confirmation message to standard output when a Celery worker process is initialized.
Parameters
| Name | Type | Description |
|---|---|---|
| sender | object | The sender of the worker_process_init signal. |
| **kwargs | dict | Additional keyword arguments passed by the signal dispatcher. |
Returns
| Type | Description |
|---|---|
null | This function does not return a value. |