v5.1.23
Reliability
- Retry the peer-side
payload_blobread on a transient 503 stall during replicateddeploy_component(harper#1838 backport). A blob read that stalls under a transient condition (e.g. a replication WebSocket reconnect coinciding with in-flight blob-chunk delivery to a high-latency peer) is now retried within a ~120s budget instead of failing the deploy outright — confirmed against a real 15-node multi-region production cluster, where this was the correct and sufficient fix (not merely a mitigation). - Deduplicated deployment timeout coercion (internal cleanup, no behavior change).
Full Changelog: v5.1.22...v5.1.23