Skip to content

Conversation

@rgembalik
Copy link
Contributor

Currently the CLI uses handmade methods for throttling and rate limiting. This causes:

  • 429 rate limit errors in places that are not protected
  • unnecessary delay when first file is uploaded

With axios interceptors approach, both of those issues can be fixed and import code is tiny bit simpler.

Currently the CLI uses handmade methods for throttling and rate limiting. This causes:
- 429 rate limit errors in places that are not protected
- unnecessary delay when first file is uploaded

With axios interceptors approach, both of those issues can be fixed and import code is tiny bit simpler.
@CiotkaCierpienia CiotkaCierpienia merged commit 848713a into master Nov 24, 2025
1 check passed
@CiotkaCierpienia CiotkaCierpienia deleted the feature/use-axios-interceptors-for-throttling-and-retries branch November 24, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants