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

Design and implement rate limiting policy #1902

Open
yarikoptic opened this issue Mar 22, 2024 · 0 comments
Open

Design and implement rate limiting policy #1902

yarikoptic opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
DX Affects developer experience enhancement New feature or request performance Improve performance of an existing feature UX Affects usability of the system

Comments

@yarikoptic
Copy link
Member

As many other public (or paid) services have rate limiting, we can and should have one too.

  • it needs to be designed with current utilization patterns in mind to not cause unnecessary slow downs etc. May be it could be somehow made to be enforced only/when server experiencing high load etc. The point is that it should not unnecessarily complicate/negatively effect access to our services.
  • well documented and described in the Terms & Polices
  • dandi-cli should be ensured to continue working, gracefully handling rate limiting, and possibly alerting users about need to authenticate to gain better access, or consider composition of more efficient scripts, etc.
@yarikoptic yarikoptic added enhancement New feature or request UX Affects usability of the system DX Affects developer experience labels Mar 22, 2024
@yarikoptic yarikoptic added the performance Improve performance of an existing feature label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Affects developer experience enhancement New feature or request performance Improve performance of an existing feature UX Affects usability of the system
Projects
None yet
Development

No branches or pull requests

2 participants