-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DSET-4080 fix recovery from error state (#36)
* DSET-4080 refactor tests * DSET-4080 docs add logging * DSET-4080 refactor - guard clause * DSET-4080 refactor tests * DSET-4080 fix recovery from error state Problem - when DataSet returns Retryable error we try to retry with timeout. Once this time is over we stay in error mode since last error is never overriden, and new event handling is rejected. Solution - keep timestamp of last error and consider it while evaluate last error timestamp in order to recover from error mode.
- Loading branch information
1 parent
1295b6f
commit dab2a50
Showing
2 changed files
with
171 additions
and
145 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
Oops, something went wrong.