Skip to main content

Module orchestrator

Module orchestrator 

Source
Expand description

Distributed orchestration primitives for cloud/edge/on-prem scheduling.

Structs§

DistributedOrchestrator
Main orchestrator that coordinates scheduling and execution.
ExecutorRegistry
Registry of available executors keyed by logical target.
LocalExecutor
Minimal local executor that simulates work for orchestration flows.
ScheduledWork
Workload scheduled for execution.
Scheduler
Simple queue-backed scheduler with FIFO ordering.

Enums§

ExecutionTarget
Execution target supported by the orchestrator.

Traits§

WorkExecutor
Executor describes a target runtime that can handle scheduled work.