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

InlineIOMaxBytesBreached

Package: flyte.errors

This error is raised when the inline IO max bytes limit is breached. This can be adjusted per task by setting max_inline_io_bytes in the task definition.

Parameters

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