-
Notifications
You must be signed in to change notification settings - Fork 16
refactor: remove-previous-retry-logic #258
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (10)
- android/src/main/java/com/amplitude/android/storage/AndroidStorageV2.kt: Language not supported
- android/src/main/java/com/amplitude/android/utilities/AndroidStorage.kt: Language not supported
- android/src/test/java/com/amplitude/android/ResponseHandlerTest.kt: Language not supported
- core/src/main/java/com/amplitude/core/platform/EventPipeline.kt: Language not supported
- core/src/main/java/com/amplitude/core/utilities/EventsFileManager.kt: Language not supported
- core/src/main/java/com/amplitude/core/utilities/FileResponseHandler.kt: Language not supported
- core/src/main/java/com/amplitude/core/utilities/FileStorage.kt: Language not supported
- core/src/main/java/com/amplitude/core/utilities/http/AnalyticsResponse.kt: Language not supported
- core/src/main/java/com/amplitude/core/utilities/http/HttpClient.kt: Language not supported
- samples/kotlin-android-app/src/main/java/com/amplitude/android/sample/CustomOkHttpClient.kt: Language not supported
Marking as draft, this should be merged together with the updated retry logic. |
4712624
to
43e7f7d
Compare
core/src/main/java/com/amplitude/core/utilities/EventsFileManager.kt
Outdated
Show resolved
Hide resolved
- see changes original PR at #113 - we're going to update the retry logic in a separate PR
43e7f7d
to
6ec357a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't merge without: #259
🎉 This PR is included in version 1.20.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary
This is a pre-requisite change prior to implementing the updated retry logic.
The goal of this PR is to revert the previous logic that doesn't align with the updated one that we want. (e.g. we're not going to modify the flushInterval on EventPipeline, and put most of the retry logic inside the Pipeline itself)
Checklist