symphony.bdk.core.retry.strategy.read_datafeed_retry#

async symphony.bdk.core.retry.strategy.read_datafeed_retry(retry_state: tenacity.RetryCallState)#

Read datafeed retry strategy

Retry if the raised exception verifies the is_network_or_minor_error_or_client predicate If this exception is a 400 client error, we recreate the datafeed If this exception is a 401 unauthorized error, we refresh the current AuthSession tokens