820 B
820 B
TaskUpdate
TaskUpdate is sent by a Worker to update the status & logs of a task it's executing.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| task_status | TaskStatus | [optional] | |
| activity | str | One-liner to indicate what's currently happening with the task. Overwrites previously sent activity strings. | [optional] |
| log | str | Log lines for this task | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |