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
| Type | Description |
|---|---|
dict | A dictionary containing the task request properties, such as headers and execution context. |