Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The scheduler consists of the following components services to accomplish its job:. These services are used by the different states to decide on state transitions and to perform certain operations


PlantUML
@startuml

package "Declarative Scheduler" {
  [SlotAllocator]
  [ExecutionFailureHandler]
  [ScalingPolicy]
}

@enduml

...