2.0.2

SandboxedConfig

Package: flyte.sandbox

Configuration for a sandboxed task executed via Monty.

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