Skip to main content

Add task result

Celery ID for the Task that was run
-
Name of the Task which was run
-
Name of the Periodic Task which was run
PENDING
Current state of the task being run
-
Worker that executes the task
Content type of the result data
The encoding used to save the task result data

Parameters

-
JSON representation of the positional arguments used with the task
-
JSON representation of the named arguments used with the task

Result

-
The data returned by the task. Use content_encoding and content_type fields to read.
-
Datetime field when the task result was created in UTC
-
Datetime field when the task was started in UTC
-
Datetime field when the task was completed in UTC
-
Text of the traceback if the task generated one
-
JSON meta information about the task, such as information on child tasks