Closed
Bug 1159934
Opened 10 years ago
Closed 10 years ago
Don't generate log parser exceptions if the log URL 403s
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P2)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Same as bug 1155647, but for 403s.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8601031 -
Flags: review?(cdawson)
Comment 2•10 years ago
|
||
Comment on attachment 8601031 [details] [review]
Don't generate log parser exceptions if the log URL 403s
yep. looks good.
Attachment #8601031 -
Flags: review?(cdawson) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/46877f045530b52e880569c340c003e28584dda0
Bug 1159934 - Don't generate log parser exceptions if the log URL 403s
Similar to the 404 case, 403s are not something within our control, and
are not unusual due to the current taskcluster implementation. As such,
let's suppress these from New Relic (and retries) too.
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•