Expand description
Shared state + configuration types for the long-running server.
Structs§
- AppState
- Closure
Upstream - Issuance
Paths - Serve
Args Defaultdefaults are bogus on purpose; prod paths fail at first IO if clap parsing is skipped.- Verified
Fleet Snapshot (fleet, hash, raw_bytes)tuple under one lock prevents readers seeing fresh fleet with stale hash or stale bytes.artifact_bytes+signature_bytesare the canonical signed bytes thecp_manifest_pollworker fetched + verified; the/v1/fleet.resolvedroute serves them directly so agents see the exact bytes CP verified, not stale closure-embedded content from the--artifactflag.
Constants§
- DEFAULT_
CONFIRM_ DEADLINE_ SECS - Must exceed agent poll budget (~300s) plus slack to avoid magic-rollback / agent-poll races.