-
Notifications
You must be signed in to change notification settings - Fork 650
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
[ch116145] 429 error when multiple datasets are requested to be deleted #15931
[ch116145] 429 error when multiple datasets are requested to be deleted #15931
Conversation
👋 Hi @Shylpx! Thx for the PR. The simple approach of reducing the parallel requests looks good enough right now (not sure if keeping 2 instead of 1 could keep a better balance between 429 errors & responsiveness, but that's up to you). In any case, it would be great to have a staging env to test "how it feels to the user", once you move on (please, fix the tests 😄 !) |
Hi @VictorVelarde! Tests are passing now, and the following would be the performance in stage environment. Deleting 10 datasets requires around 3 seconds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 LGTM, just refresh the NEWS.md with latests changes in mastedr, and you're good to go.
(PD: Sorry for the long, long-time...)
Resources
Context
nginx
raises a 429 error because too many requests are being made in parallel.Changes