Skip to content

feat: add support for the RetryStrategy OnlyOn property (limit to network failures) [SIM-127]#143

Merged
sorccu merged 1 commit intomainfrom
simo/sim-127-go-sdk-add-support-for-network-retries
Sep 24, 2025
Merged

feat: add support for the RetryStrategy OnlyOn property (limit to network failures) [SIM-127]#143
sorccu merged 1 commit intomainfrom
simo/sim-127-go-sdk-add-support-for-network-retries

Conversation

@sorccu
Copy link
Copy Markdown
Member

@sorccu sorccu commented Sep 24, 2025

This PR adds support for a new RetryStrategy property, OnlyOn. The only supported value currently is []string{"NETWORK_ERROR"} which makes the retry strategy only apply on network errors.

Affected Components

  • New Features
  • Bug Fixing
  • Types
  • Tests
  • Docs
  • Other

Style

  • Go code is formatted with go fmt

Notes for the Reviewer

Resolves #[issue-number]

New Dependency Submission

@sorccu sorccu requested a review from a team as a code owner September 24, 2025 10:31
@sorccu sorccu merged commit 8984366 into main Sep 24, 2025
1 check passed
@sorccu sorccu deleted the simo/sim-127-go-sdk-add-support-for-network-retries branch September 24, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant