-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry and Timeout policies for grpc and http (#679)
* Brings back the link we removed because it wasn’t online yet Signed-off-by: Elena Kolevska <[email protected]> * Retry decorator Signed-off-by: Elena Kolevska <[email protected]> * Use a retry function instead of a decorator Signed-off-by: Elena Kolevska <[email protected]> * adds retries for async Signed-off-by: Elena Kolevska <[email protected]> * Fixes types Signed-off-by: Elena Kolevska <[email protected]> * Timeout policy Signed-off-by: Elena Kolevska <[email protected]> * Cleanup Signed-off-by: Elena Kolevska <[email protected]> * retry for http wip. Signed-off-by: Elena Kolevska <[email protected]> * tests for http retries Signed-off-by: Elena Kolevska <[email protected]> * New ruff version has some formatting changes Signed-off-by: Elena Kolevska <[email protected]> * Revert "New ruff version has some formatting changes" This reverts commit 8609b7f. Signed-off-by: Elena Kolevska <[email protected]> * Fixes setting values with a default of None Signed-off-by: Elena Kolevska <[email protected]> * Moves timeout Signed-off-by: Elena Kolevska <[email protected]> * Adds a deprecation warning for the wait() method (#682) * Adds a deprecation warning for the wait() method Signed-off-by: Elena Kolevska <[email protected]> * Ruff Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> * Pin ruff version Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> * Pin ruff version in tox.ini Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> * Lint fix Signed-off-by: Elena Kolevska <[email protected]> * Reorganises tests. Adds retry for actors. Signed-off-by: Elena Kolevska <[email protected]> * Linters Signed-off-by: Elena Kolevska <[email protected]> * Retry all calls Signed-off-by: Elena Kolevska <[email protected]> * Small fix and docs update Signed-off-by: Elena Kolevska <[email protected]> * Adds a note to docs, for clarity Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: Bernd Verst <[email protected]> Co-authored-by: Bernd Verst <[email protected]>
- Loading branch information
1 parent
e8256b5
commit f43c0aa
Showing
21 changed files
with
1,036 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.