Skip to content

feat: improved handling of retries#188

Merged
ewanharris merged 1 commit intomainfrom
fix/retries
Apr 30, 2025
Merged

feat: improved handling of retries#188
ewanharris merged 1 commit intomainfrom
fix/retries

Conversation

@rhamzeh
Copy link
Copy Markdown
Member

@rhamzeh rhamzeh commented Apr 30, 2025

Description

References

Generated from openfga/sdk-generator#522 - thanks @GMorris-professional

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

@rhamzeh rhamzeh requested a review from a team as a code owner April 30, 2025 15:37
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 30, 2025

Codecov Report

Attention: Patch coverage is 91.07143% with 5 lines in your changes missing coverage. Please review.

Project coverage is 70.67%. Comparing base (a5425ac) to head (fc60063).

Files with missing lines Patch % Lines
openfga_sdk/configuration.py 70.00% 3 Missing ⚠️
openfga_sdk/sync/api_client.py 90.90% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #188      +/-   ##
==========================================
+ Coverage   70.48%   70.67%   +0.19%     
==========================================
  Files         134      134              
  Lines       10818    10868      +50     
==========================================
+ Hits         7625     7681      +56     
+ Misses       3193     3187       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ewanharris ewanharris added this pull request to the merge queue Apr 30, 2025
Merged via the queue into main with commit fb55350 Apr 30, 2025
24 checks passed
@ewanharris ewanharris deleted the fix/retries branch April 30, 2025 15:43
@dyeam0 dyeam0 linked an issue Oct 30, 2025 that may be closed by this pull request
1 task
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.

Improve the retry strategy

4 participants