Flyte 2 is available today for local execution - distributed execution coming to open source soon. Preview Flyte 2 for production, hosted on Union.ai
2.0.9

TaskTimeoutError

Package: flyte.errors

This error is raised when the underlying task execution runs for longer than the specified timeout.

Parameters

class TaskTimeoutError(
    message: str,
)
Parameter Type Description
message str