Skip to content

Runtime Settings ​

Runtime settings control how a generated application starts, connects, stores, observes, and responds to work.

Main Surfaces ​

SurfaceExamplesFull reference
Generated orchestrator clientsdownstream service locations, client wiringOrchestrator Client Wiring
REST client endpointsgenerated REST client base URLsREST Client Endpoints
Pipeline executionsynchronous/background execution mode and worker behaviorPipeline Execution
Telemetrygenerated telemetry export and runtime telemetry behaviorTelemetry
In-flight probeoperator-facing pause/kill switchIn-flight Probe
Health checksstartup/runtime health validationStartup Health Checks
Global defaultsdefaults shared across generated componentsGlobal Defaults
Circuit protectionglobal policy, boundary overrides, and runtime scope capabilityCircuit Protection

Design Guidance ​

Runtime settings should not change the business contract. They should change deployment behavior around an already-generated pipeline:

  • where adapters call,
  • which providers are selected,
  • how work is scheduled,
  • how failures are retried or surfaced,
  • how telemetry and health are exposed.