pub const WARMUP_POSTCONDITION_FAILED_EXIT_CODE: i32 = 2;Expand description
Process-exit code emitted by the warmup-only path when the postcondition
fails (compile-success events present but no .engine files on disk).
Distinct from 1 (general failure) so operators can tell the warmup
container “compiled successfully but did not persist anything” apart
from “compile errored mid-run”. Surfaced in the wrapping ECS task /
EC2 userdata log group as the container’s exitCode.