Skip to content

Retry: grpc maxretry attempts is hardcoded #4615

Closed
@Leomax004

Description

@Leomax004

Grpc Max Retry attempt is hardcoded and not allowing to retry more than 5

if rp.MaxAttempts > 5 {
// TODO(retry): Make the max maxAttempts configurable.
rp.MaxAttempts = 5
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Type: FeatureNew features or improvements in behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions