[PB-5908]: add global retry with rate-limit notifications for SDK clients#1866
Open
[PB-5908]: add global retry with rate-limit notifications for SDK clients#1866
Conversation
Upgrade @internxt/sdk to 1.15.0 and introduce retry strategies for HTTP requests. Silent retries (2 attempts) are enabled globally, while Storage and Share clients use a user-facing notification strategy (5 attempts) with a cooldown-based warning toast. Adds hasElapsed utility to date.service and i18n translations for the rate-limit toast in all supported languages
Deploying drive-web with
|
| Latest commit: |
5886a11
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8d716c46.drive-web.pages.dev |
| Branch Preview URL: | https://feature-global-retry.drive-web.pages.dev |
terrerox
commented
Feb 24, 2026
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: '20.11.1' | ||
| node-version: '20.19.0' |
Contributor
Author
There was a problem hiding this comment.
Bumped from 20.11.1 to 20.19.0 to fix failing Playwright CI job.
@noble/hashes@2.0.1 (transitive dep of @internxt/sdk@1.15.0) requires Node >= 20.19.0,
which caused yarn install to fail with "Found incompatible module".
CandelR
reviewed
Feb 26, 2026
…rable max retries
|
CandelR
reviewed
Mar 3, 2026
CandelR
approved these changes
Mar 3, 2026
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
Upgrade @internxt/sdk to 1.15.0 and introduce retry strategies for HTTP requests. Silent retries (2 attempts) are enabled globally, while Storage and Share clients use a user-facing notification strategy (5 attempts) with a cooldown-based warning toast. Adds hasElapsed utility to date.service and i18n translations for the rate-limit toast in all supported languages
Related Issues
Related Pull Requests
Checklist
Testing Process
Additional Notes