Expand description
Task definition and implementations.
Structs§
- Task
Definition - An untyped complete task definition that can be added to the queue.
- Task
Metadata - Extra metadata about a task or task type.
- Unexpected
Value Error - Unexpected value received.
- Worker
Selector - A selector that is used to connect tasks with workers. Currently a task can be executed by a worker only if the worker selector of the task and the worker are equal.
Enums§
- Task
Data Format - The format of the task input or output data.
- Task
Status - All valid statuses for tasks.