-
Notifications
You must be signed in to change notification settings - Fork 615
Retry topic subscription on quota errors using exponential backoff #6098
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
Release note changesThe following release notes were modified. Please ensure they look correct. Release Notesfirebase-messaging### {{messaging_longer}} version 24.0.1 {: #messaging_v24-0-1}
* {{changed}} Retry Topic Subscribe/Unsubscribe operations with exponential
backoff if they hit a quota error.
#### {{messaging_longer}} Kotlin extensions version 24.0.1 {: #messaging-ktx_v24-0-1}
The Kotlin extensions library transitively includes the updated
`firebase-messaging` library. The Kotlin extensions library has no additional
updates. |
Size Report 1Affected Products
Test Logs |
Coverage Report 1Affected Products
Test Logs |
Unit Test Results 64 files + 56 64 suites +56 6m 10s ⏱️ + 5m 45s Results for commit e8336b8. ± Comparison against base commit 26c8a5a. This pull request removes 22 and adds 486 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
Topic subscription requests might hit a quota, but we can retry these failures with exponential backoff incase they are transient
Fixes #6032