-
Notifications
You must be signed in to change notification settings - Fork 20
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
UI to visualize and reprioritize scheduled+pending tasks #172
Comments
@escapewindow do you have something concrete in mind? |
I don't know what the UI and/or API should look like specifically, no :) We probably want use cases like:
We'll probably find that certain parts of the task definitions are of particular interest. We may also find that for this to work more programmatically, we need additional metadata. (For instance, I'm not sure if there's a consistent way of determining the repo and revision. For Firefox Desktop, we set |
I will add a comment from @Archaeopteryx which seems to touch the same topic:
|
This is also related to taskcluster/taskcluster#2939 |
I'm not sure if this is filed elsewhere. We've wanted this for a long time, to both help debug what's causing large pending queues, and to bump more urgent tasks to the front of the queue rather than keep it buried behind thousands of less-urgent tasks. We held off on this until we were on Postgres. Aiui that project is now over, and we are now able to implement something like this.
The text was updated successfully, but these errors were encountered: