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.92k stars 564 forks source link

Pinpoint - Job stalls when request is aborted #4408

Open simonhatch opened 6 years ago

simonhatch commented 6 years ago

crbug.com/830827

What I think happened is the request was aborted after 10s, and since there's no retry set on job tasks this went into limbo.

@dave-2

dave-2 commented 6 years ago

Simon explains on the bug:

"Request was aborted after waiting too long to attempt to service your request."

AFAIK this can happen when a new instance is spun up but isn't ready before the 10s limit, leaving the job in limbo.