catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.93k stars 564 forks source link

/auto_triage consistently failing on perf dashboard #4370

Closed anniesullie closed 6 years ago

anniesullie commented 6 years ago

The /auto_triage endpoint is supposed to do the following:

It attempts to do all of TriageAnomalies and list the bugs for TriageBugs in one post request, with task queue tasks to check each bug. It runs on a cron every 6 hours. It ticks some custom variables when it completes, and they haven't been ticked in the 6 weeks of history I can find in stackdriver.

But looking through the logs, it always fails, timing out in TriageAnomalies.

I think there are three things wrong here:

simonhatch commented 6 years ago

This has no hope of finishing, there are 18.5k anomalies in the list. Will look closer at options later.

simonhatch commented 6 years ago

@anniesullie did you end up looking at this?

anniesullie commented 6 years ago

Not yet. Likely won't have time this week.

anniesullie commented 6 years ago

This will be fixed with the next dashboard rollout.