Skip to content
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

Handling for Rate Limiter errors - Too many requests #71

Open
santhoshramaraj opened this issue Sep 10, 2024 · 2 comments
Open

Handling for Rate Limiter errors - Too many requests #71

santhoshramaraj opened this issue Sep 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@santhoshramaraj
Copy link
Member

santhoshramaraj commented Sep 10, 2024

SystemLink Enterprise's services implement rate limiters to limit the client's requests per second. Whenever a client crosses the rate limiter, the client experiences Too many requests error. Currently, the clients do not have any support for a back-off-retry mechanism to simplify the usage.

@santhoshramaraj santhoshramaraj added the enhancement New feature or request label Sep 10, 2024
@santhoshramaraj
Copy link
Member Author

FileClient incorporates a basic rate limiter handler described in #65

@santhoshramaraj
Copy link
Member Author

DataFrameClient incorporates a basic rate limiter handler described in #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant