-
Notifications
You must be signed in to change notification settings - Fork 130
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 <elena@kolevska.com> * Retry decorator Signed-off-by: Elena Kolevska <elena@kolevska.com> * Use a retry function instead of a decorator Signed-off-by: Elena Kolevska <elena@kolevska.com> * adds retries for async Signed-off-by: Elena Kolevska <elena@kolevska.com> * Fixes types Signed-off-by: Elena Kolevska <elena@kolevska.com> * Timeout policy Signed-off-by: Elena Kolevska <elena@kolevska.com> * Cleanup Signed-off-by: Elena Kolevska <elena@kolevska.com> * retry for http wip. Signed-off-by: Elena Kolevska <elena@kolevska.com> * tests for http retries Signed-off-by: Elena Kolevska <elena@kolevska.com> * New ruff version has some formatting changes Signed-off-by: Elena Kolevska <elena@kolevska.com> * Revert "New ruff version has some formatting changes" This reverts commit 8609b7f. Signed-off-by: Elena Kolevska <elena@kolevska.com> * Fixes setting values with a default of None Signed-off-by: Elena Kolevska <elena@kolevska.com> * Moves timeout Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds a deprecation warning for the wait() method (#682) * Adds a deprecation warning for the wait() method Signed-off-by: Elena Kolevska <elena@kolevska.com> * Ruff Signed-off-by: Elena Kolevska <elena@kolevska.com> --------- Signed-off-by: Elena Kolevska <elena@kolevska.com> * Pin ruff version Signed-off-by: Bernd Verst <github@bernd.dev> Signed-off-by: Elena Kolevska <elena@kolevska.com> * Pin ruff version in tox.ini Signed-off-by: Bernd Verst <github@bernd.dev> Signed-off-by: Elena Kolevska <elena@kolevska.com> * Lint fix Signed-off-by: Elena Kolevska <elena@kolevska.com> * Reorganises tests. Adds retry for actors. Signed-off-by: Elena Kolevska <elena@kolevska.com> * Linters Signed-off-by: Elena Kolevska <elena@kolevska.com> * Retry all calls Signed-off-by: Elena Kolevska <elena@kolevska.com> * Small fix and docs update Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds a note to docs, for clarity Signed-off-by: Elena Kolevska <elena@kolevska.com> --------- Signed-off-by: Elena Kolevska <elena@kolevska.com> Signed-off-by: Bernd Verst <github@bernd.dev> Co-authored-by: Bernd Verst <github@bernd.dev>
- 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.