-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sanity caching and retry controls (#1744)
* Add sanity caching and retry controls * Update src/main/java/org/kohsuke/github/GitHubClient.java Co-authored-by: Fabien Thouny <3714318+KeepItSimpleStupid@users.noreply.github.com> * Allow dynamic tuning of retries at runtime * Add trace id to sendRequest logs * Add trace log testing configs * Cleanup test and do not run trace logging on slow tests * Tweak to get greater coverage --------- Co-authored-by: Fabien Thouny <3714318+KeepItSimpleStupid@users.noreply.github.com>
- Loading branch information
1 parent
2062439
commit b2b3e1c
Showing
7 changed files
with
251 additions
and
86 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
Oops, something went wrong.