A Python representation of args, should an alternative be required.
MIME type of the compression of this task's message body.
Earliest time that this Task will execute. ISO 8601 date string.
Latest time that this Task will execute. ISO 8601 date string.
The UUID of this task's group, if any.
The UUID of this task.
A Python representation of kwargs, should an alternative be required.
The language this task is to be executed in, usually "py"
.
The name of the host that sent this task.
The UUID of the task that caled this task, if any.
The number of times this task has been retried. Initially 0.
The UUID of the first task in this task's workflow, if any.
The name of the task to execute.
A tuple of the soft and hard time limits for this task, if any.
Generated using TypeDoc
JSON layout of task headers. Directly (de)serializable via JSON.stringify() and JSON.parse().