-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Make initialization success event parameter reflect the initia…
…l config fetch (#169) * set flag to success instead of changing flow * Collapse 500 errors to one set - and set initialization to failure if the first request is a 500 or invalid * Update tests * Don't upgrade test apps for test harness yet * Don't immediately retry failed config requests This causes issues with the test harness - and resulting in a bad test failure because of the SDK retrying the request on >= 500 error response codes. * retryonce for legacy testing * Use previous logic for setting config polling delay * Set initialized on any successful config call
- Loading branch information
Showing
3 changed files
with
25 additions
and
11 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