Searched refs:retryIntervalSecs (Results 1 – 3 of 3) sorted by relevance
119 std::chrono::seconds retryIntervalSecs = std::chrono::seconds(0); member502 connPolicy->retryIntervalSecs.count(), retryCount); in waitAndRetry()503 timer.expires_after(connPolicy->retryIntervalSecs); in waitAndRetry()
303 policy->retryIntervalSecs = std::chrono::seconds(retryTimeoutInterval); in updateRetryConfig()
412 .retryIntervalSecs = std::chrono::seconds(0), in getAggregationPolicy()