Retry Configuration#
Functions#
- struct OmniClientRetryBehavior omniClientSetRetries(struct OmniClientRetryBehavior retryBehavior)
Configure retry behavior.
Structs#
- OmniClientRetryBehavior
Parameters to control retry behavior for Nucleus requests.
Functions#
- struct OmniClientRetryBehavior omniClientSetRetries(
- struct OmniClientRetryBehavior retryBehavior,
Configure retry behavior.
Returns the previous retry values
Note
This function only controls retry behavior for Nucleus requests. HTTP retries are controlled by the environment variable
OMNICLIENT_HTTP_RETRIES. OmniStorage retries are controlled by the environment variables that start withOMNI_STORAGE_RETRY_.- Parameters:
retryBehavior – The new retry behavior configuration
- Returns:
The previous retry behavior configuration