-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add timeout and retry to framework version of provider (#151)
* Adding optional request_timeout and retry attributes (#149) Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com> * Fixing ExpectError in tests (#149) * Updates following code review (#149) --------- Co-authored-by: Vincent Chenal <vincent.chenal@protonmail.com>
- Loading branch information
1 parent
c947898
commit ae33628
Showing
7 changed files
with
553 additions
and
180 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ENHANCEMENTS | ||
body: 'data-source/http: Added `retry` with nested `attempts`, `max_delay_ms` and `min_delay_ms`' | ||
time: 2023-02-09T16:57:28.046924Z | ||
custom: | ||
Issue: "151" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: ENHANCEMENTS | ||
body: 'data-source/http: Added `request_timeout_ms`' | ||
time: 2023-02-09T16:57:47.790638Z | ||
custom: | ||
Issue: "151" |
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.