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

SandboxedConfig

Package: flyte.sandbox

Configuration for a sandboxed task executed via Monty.

Parameters

class SandboxedConfig(
    max_memory: int,
    max_stack_depth: int,
    timeout_ms: int,
    type_check: bool,
)
Parameter Type Description
max_memory int
max_stack_depth int
timeout_ms int
type_check bool