Home
last modified time | relevance | path

Searched refs:should_retry_response (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/src/sinks/util/
H A Dhttp.rs357 fn should_retry_response(&self, response: &Self::Response) -> RetryAction { in should_retry_response() method
420 assert!(logic.should_retry_response(&response_429).is_retryable()); in util_http_retry_logic()
421 assert!(logic.should_retry_response(&response_500).is_retryable()); in util_http_retry_logic()
423 .should_retry_response(&response_400) in util_http_retry_logic()
426 .should_retry_response(&response_501) in util_http_retry_logic()
H A Dretries.rs26 fn should_retry_response(&self, _response: &Self::Response) -> RetryAction { in should_retry_response() method
103 match self.logic.should_retry_response(response) { in retry()
H A Dretries2.rs28 fn should_retry_response(&self, _response: &Self::Response) -> RetryAction { in should_retry_response() method
104 match self.logic.should_retry_response(response) { in retry()
/dports/sysutils/vector/vector-0.10.0/src/sinks/
H A Dclickhouse.rs188 fn should_retry_response(&self, response: &Self::Response) -> RetryAction { in should_retry_response() method
207 _ => self.inner.should_retry_response(response), in should_retry_response()
H A Delasticsearch.rs296 fn should_retry_response(&self, response: &Self::Response) -> RetryAction { in should_retry_response() method
562 logic.should_retry_response(&response), in handles_error_response()
/dports/sysutils/vector/vector-0.10.0/src/sinks/gcp/
H A Dcloud_storage.rs452 fn should_retry_response(&self, response: &Self::Response) -> RetryAction { in should_retry_response() method