pub(crate) const REFRESH_INTERVAL_SECS: u64 = 600;
Refresh interval and retry delays (extracted as constants for test visibility).