-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datastore): Add recoverability improvements #2201
Merged
Merged
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a4abcc - Browse repository at this point
Copy the full SHA 9a4abccView commit details -
Rename jitteredDelaySec to jitteredDelayMillis and make it return mil…
…liseconds. Rename jitterFactor to jitterMs to better convey that it is a random amount of milliseconds added on top of the calculated delay. Remove maxExponent since the jitteredDelay method already caps to a max defined by maxDelayMs. Make tests use Durations in assertions to express that we are working with time units. Fix code analysis checks
Configuration menu - View commit details
-
Copy full SHA for 8b724ea - Browse repository at this point
Copy the full SHA 8b724eaView commit details -
Remove max attempts from jitteredDelayMillis since it already caps to…
… a max with maxDelayMs. Log more information about the state of the RetryHandler. Make the RetryHandler easier to test by making it accept an scheduler for the timer. Fix checkstyle issues.
Configuration menu - View commit details
-
Copy full SHA for 41138f1 - Browse repository at this point
Copy the full SHA 41138f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bba6501 - Browse repository at this point
Copy the full SHA bba6501View commit details -
- Log websocket messages (verbose level)
- Make MutationProcessor retry any non-GraphQLResponseException - Remove isSyncRetryEnabled from config
Configuration menu - View commit details
-
Copy full SHA for 7ba8ec6 - Browse repository at this point
Copy the full SHA 7ba8ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b4d75 - Browse repository at this point
Copy the full SHA 84b4d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f75e7f - Browse repository at this point
Copy the full SHA 0f75e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c030b - Browse repository at this point
Copy the full SHA 61c030bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9170f03 - Browse repository at this point
Copy the full SHA 9170f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 105e322 - Browse repository at this point
Copy the full SHA 105e322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 468e70d - Browse repository at this point
Copy the full SHA 468e70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0ea77 - Browse repository at this point
Copy the full SHA 9f0ea77View commit details -
Configuration menu - View commit details
-
Copy full SHA for d209517 - Browse repository at this point
Copy the full SHA d209517View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32e222 - Browse repository at this point
Copy the full SHA b32e222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e1a31 - Browse repository at this point
Copy the full SHA 91e1a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4007b77 - Browse repository at this point
Copy the full SHA 4007b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fdf1e - Browse repository at this point
Copy the full SHA 48fdf1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ddbab - Browse repository at this point
Copy the full SHA 92ddbabView commit details -
Configuration menu - View commit details
-
Copy full SHA for e610f94 - Browse repository at this point
Copy the full SHA e610f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc738f - Browse repository at this point
Copy the full SHA 6dc738fView commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 002cffd - Browse repository at this point
Copy the full SHA 002cffdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.