-
Notifications
You must be signed in to change notification settings - Fork 153
Rust triage generation api #878
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
Rust triage generation api #878
Conversation
Is this intended to be used from perf.rust-lang.org or a local instance? Deriving the username from the home dir suggests that it is meant to be run locally, but the request handler doesn't gate it to local instances. Also the use of the api token is not rate limited, which makes abuse very easy. |
We don't currently worry too much about rate limiting across any of the Rust-run services other than crates.io, though it's definitely debt that we're putting in place. I wouldn't worry about it for the purposes of this PR. |
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.
Few small comments, but overall looks good
Alright, let's merge this in. Thanks! |
This adds an API for generating the triage report.