NOT_READY_RETRY_AFTER_SECS

Constant NOT_READY_RETRY_AFTER_SECS 

Source
const NOT_READY_RETRY_AFTER_SECS: u32 = 30;
Expand description

Retry-After hint advertised on 503 not-ready responses. Tracks channel_refs_poll::POLL_INTERVAL (60 s) loosely - agents spread their retries across the hint so the next poll cycle has time to complete before they all reconnect.