Diagnostics: Increase jittering for diagnostics backend calls#804
Merged
tonidero merged 2 commits intoFeb 22, 2023
Merged
Conversation
tonidero
commented
Feb 16, 2023
Contributor
Author
There was a problem hiding this comment.
Note that the diagnostics call will always have jittering
Codecov Report
@@ Coverage Diff @@
## diagnostics #804 +/- ##
==============================================
Coverage ? 82.35%
==============================================
Files ? 130
Lines ? 4308
Branches ? 547
==============================================
Hits ? 3548
Misses ? 543
Partials ? 217 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
9c954f3 to
dfa2575
Compare
bd7a0cc to
a68057b
Compare
Base automatically changed from
diagnostics-track-endpoint-hit
to
diagnostics
February 22, 2023 11:11
a68057b to
92e0085
Compare
Contributor
Author
|
Tests are failing due to Sdkman but they are passing locally and since this is being merged to a non-main branch, will merge it for now. Will deal with those issues in that branch. |
tonidero
added a commit
that referenced
this pull request
Feb 22, 2023
### Description Deals with [SDK-2865](https://linear.app/revenuecat/issue/SDK-2865/add-random-jitter-to-diagnostics-requests) This increases the jittering we add for diagnostics calls to make sure they don't cause any interference with the main SDK calls.
tonidero
added a commit
that referenced
this pull request
Feb 28, 2023
### Description Deals with [SDK-2865](https://linear.app/revenuecat/issue/SDK-2865/add-random-jitter-to-diagnostics-requests) This increases the jittering we add for diagnostics calls to make sure they don't cause any interference with the main SDK calls.
tonidero
added a commit
that referenced
this pull request
Feb 28, 2023
### Description Deals with [SDK-2865](https://linear.app/revenuecat/issue/SDK-2865/add-random-jitter-to-diagnostics-requests) This increases the jittering we add for diagnostics calls to make sure they don't cause any interference with the main SDK calls.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Deals with SDK-2865
This increases the jittering we add for diagnostics calls to make sure they don't cause any interference with the main SDK calls.