Skip to content

feat: add retry_strategy as optional parameter to all sumo_client HTTP methods#270

Merged
rwiker merged 1 commit into
mainfrom
feat/retry-strategy-override
Jun 22, 2026
Merged

feat: add retry_strategy as optional parameter to all sumo_client HTTP methods#270
rwiker merged 1 commit into
mainfrom
feat/retry-strategy-override

Conversation

@rwiker

@rwiker rwiker commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Issue

N/A

Description

For the uploader, we want to configure a retry strategy for each HTTP method. Specifically, we want to specify a before_sleep argument that we can use to capture the retry number.

How to test

The default value for this argument is the same as what we previously hardcoded, so there should be no difference in behaviour.

Checklist

  • No redundant `print()` statements, commented-out code, or other remnants from the development 👀
  • New/refactored code is following same conventions as the rest of the code base 🧬
  • New/refactored code is tested ⚙
  • Documentation has been updated 🧾
  • Commits are semantic ✅

@rwiker rwiker requested a review from a team June 22, 2026 08:00
@rwiker rwiker merged commit d3b39bc into main Jun 22, 2026
11 checks passed
@rwiker rwiker deleted the feat/retry-strategy-override branch June 22, 2026 09:28
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.

2 participants