forked from raystack/firehose
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix non-retryable error being retried on successive retry attempt (
#64) * fix: fix non-retryable error being retried on successive retry attempt * test: add unit tests for bug fix in retry mechanism * test: add unit tests for bug fix in retry mechanism * chore: bump up firehose version to 0.11.6 * fix: fix typo in test method name
- Loading branch information
1 parent
1f732cc
commit 5641228
Showing
3 changed files
with
81 additions
and
15 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 |
---|---|---|
|
@@ -33,7 +33,7 @@ lombok { | |
} | ||
|
||
group 'com.gotocompany' | ||
version '0.11.5' | ||
version '0.11.6' | ||
|
||
def projName = "firehose" | ||
|
||
|
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