Skip to main content

data_client_retry_config

Function data_client_retry_config 

Source
pub fn data_client_retry_config() -> RetryConfig
Expand description

Returns the retry configuration for the Coinbase data client.

Historical requests spawn detached tasks outside the client’s cancellation token; max_retries = 0 keeps them bounded by a single HTTP timeout so a shut-down client cannot keep emitting DataResponses.