python-sdk
python-sdk copied to clipboard
WIP: Retry with interceptors
Description
This PR adds the possibility for users to configure Retry and Timeout policies for both grpc and http based clients.
Issue reference
https://github.com/dapr/python-sdk/issues/676
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
- [ ] Code compiles correctly
- [ ] Created/updated tests
- [ ] Extended the documentation