Skip to main content

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

NameTypeDescription
senderobjectThe sender of the worker_process_init signal.
**kwargsdictAdditional keyword arguments passed by the signal dispatcher.

Returns

TypeDescription
nullThis function does not return a value.