Skip to main content

return_properties

Returns the properties associated with the current task request.

def return_properties() - > dict

Retrieves the properties associated with the current Celery task request.

Returns

TypeDescription
dictA dictionary containing the task request properties, such as headers and execution context.