Documentation
¶
Overview ¶
Package dispatch holds control-plane policy for deciding how a DAG run is executed. It is platform code: it combines language-level DAG fields with runtime configuration to choose between local and coordinator-dispatched execution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShouldDispatchToCoordinator ¶
func ShouldDispatchToCoordinator(dag *core.DAG, hasCoordinator bool, defaultMode config.ExecutionMode) bool
ShouldDispatchToCoordinator decides whether a DAG should be dispatched to the coordinator for distributed execution.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.