-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose retry params in partition via api (#3724)
This PR: - adds parameters to control the retry-mechanism behaviour for `partition_via_api`: ``` retries_initial_interval: [int] = None, retries_max_interval: Optional[int] = None, retries_exponent: Optional[float] = None, retries_max_elapsed_time: Optional[int] = None, retries_connection_errors: Optional[bool] = None, ``` - adds tests that check using them according to defaults
- Loading branch information
1 parent
a11ad22
commit 6bceac1
Showing
4 changed files
with
242 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.16.1-dev6" # pragma: no cover | ||
__version__ = "0.16.1-dev7" # pragma: no cover |
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