-
Notifications
You must be signed in to change notification settings - Fork 148
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
[DOCS] Add more usage examples of quota #397
Comments
I can't get any examples to use quota limitation @smallzhongfeng . Could you help add some docs about this? |
For our company, users' tasks are submitted through the same platform, so many tasks may have performance bottlenecks. We will configure the parameters of rss to submit app to the uniffle cluster. However, once the rss parameters are configured, users generally do not modify them. Therefore, user may backtrack the task for a month or a whole year, and when submitting more app at the same time, other online app may be affected. Therefore, we limit users' apps to allow users to submit certain app to uniffle in batches, and the excessive app will be submitted to ESS. |
### What changes were proposed in this pull request? Add the usage of `AccessQuotaChecker` ### Why are the changes needed? Fix: apache#397 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need.
### What changes were proposed in this pull request? Add the usage of `AccessQuotaChecker` ### Why are the changes needed? Fix: apache#397 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need.
Code of Conduct
Search before asking
Which parts of the documentation do you think need improvement?
No response
Affects Version(s)
master
Improving the documentation
No response
Anything else
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: