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

OOMError

Package: flyte.errors

This error is raised when the underlying task execution fails because of an out-of-memory error.

Parameters

class OOMError(
    code: str,
    message: str,
    worker: str | None,
)
Parameter Type Description
code str
message str
worker str | None