View Source Lightning.Runs.RunOptions (Lightning v2.10.4)

Options that are passed to the worker to control configurable limits and behaviors during run execution and reporting.

Summary

Types

@type keyword_list() :: [
  save_dataclips: boolean(),
  run_timeout_ms: integer(),
  run_memory_limit_mb: integer() | nil
]
@type t() :: %Lightning.Runs.RunOptions{
  run_memory_limit_mb: integer() | nil,
  run_timeout_ms: integer(),
  save_dataclips: boolean()
}

Functions