Skip to content

Retry and Timeout policies for grpc and http #679

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

Merged
merged 29 commits into from
Jun 27, 2024

Merge branch 'main' into retry-timeout

63548df
Select commit
Loading
Failed to load commit list.
Merged

Retry and Timeout policies for grpc and http #679

Merge branch 'main' into retry-timeout
63548df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 26, 2024 in 1s

86.15% (-0.22%) compared to fc0e9d1

View this Pull Request on Codecov

86.15% (-0.22%) compared to fc0e9d1

Details

Codecov Report

Attention: Patch coverage is 89.59538% with 18 lines in your changes missing coverage. Please review.

Project coverage is 86.15%. Comparing base (fc0e9d1) to head (63548df).
Report is 28 commits behind head on main.

Files Patch % Lines
dapr/clients/retry.py 82.50% 14 Missing ⚠️
dapr/conf/__init__.py 50.00% 2 Missing ⚠️
dapr/actor/client/proxy.py 50.00% 1 Missing ⚠️
dapr/aio/clients/grpc/client.py 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #679      +/-   ##
==========================================
- Coverage   86.37%   86.15%   -0.22%     
==========================================
  Files          79       81       +2     
  Lines        4094     4282     +188     
==========================================
+ Hits         3536     3689     +153     
- Misses        558      593      +35     

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