Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffi: allow the clients to provide a custom RequestConfig #3807

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

jmartinesp
Copy link
Contributor

Without this, the default request config would always be used. This meant having unlimited retries for almost every request, even with no network connection.

  • Public API changes documented in changelogs (optional)

Signed-off-by:

@jmartinesp jmartinesp requested a review from a team as a code owner August 6, 2024 14:26
@jmartinesp jmartinesp requested review from poljar and removed request for a team August 6, 2024 14:26
Copy link

codecov bot commented Aug 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.08%. Comparing base (c3848ca) to head (05a596f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3807   +/-   ##
=======================================
  Coverage   84.08%   84.08%           
=======================================
  Files         263      263           
  Lines       27475    27475           
=======================================
+ Hits        23102    23103    +1     
+ Misses       4373     4372    -1     

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

@jmartinesp jmartinesp requested review from a team, poljar and stefanceriu and removed request for poljar and a team August 7, 2024 09:19
Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@jmartinesp jmartinesp merged commit 57963dc into main Aug 7, 2024
40 checks passed
@jmartinesp jmartinesp deleted the jme/fix/use-default-request-config-for-client branch August 7, 2024 09:48
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