fix(availability-probe): allow fleet timeout budget #175
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/availability-probe-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow the availability probe to use the same bounded 10-second request timeout as the Binjovi fleet health contract. The previous embedded five-second ceiling rejected the staging policy before it executed a check.
Red: 10 seconds was rejected.
Green: 10 seconds is accepted, 10,001 ms is rejected, Go tests pass, and every builder-image check contract passes.