-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-8019] CouchDB Retry count is misleading
The CouchDB retry currently assumes the first pass through is actually retry number 1. It also does not currently allow a setting of zero retries. This can be confusing to the end user and will prevent some potential use cases that may need to wrap the request handler with zero retry logic. Change-Id: I74a5628f19fd6d73a24091bad66f955046e28190 Signed-off-by: Chris Elder <[email protected]>
- Loading branch information
Chris Elder
committed
Feb 13, 2018
1 parent
0cb7692
commit 04e95e1
Showing
2 changed files
with
66 additions
and
37 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