package
1.29.1
Repository: https://github.com/temporalio/sdk-go.git
Documentation: pkg.go.dev

# Functions

IsStatusCodeRetryable returns true if error code in the status is retryable.
NewGrpcRetryConfig creates new retry config with specified initial interval and defaults for other parameters.
NewRetryOptionsInterceptor creates a new gRPC interceptor that populates retry options for each call based on values provided in the context.

# Constants

DefaultBackoffCoefficient is default backOffCoefficient for retryPolicy.
DefaultExpirationInterval is default expiration time for all retry attempts.
DefaultJitter is a default jitter applied on the backoff interval for delay randomization.
DefaultMaximumAttempts is default maximum number of attempts.
DefaultMaximumInterval is default maximum amount of time for an individual retry.
UnlimitedInterval when maximum interval is set to this special value, then there is no upper bound on the retry delay.
UnlimitedMaximumAttempts when maximum attempts is set to this special value, then the number of attempts is unlimited.

# Variables

ConfigKey context key for GrpcRetryConfig.

# Structs

No description provided by the author