Closed
Bug 1326283
Opened 9 years ago
Closed 9 years ago
send http 400 for bad data error
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
We stopped eating exceptions in https://bugzilla.mozilla.org/show_bug.cgi?id=1281459, which caused an increase of 500s in Datadog. The vast majority of these are BadDataError, which means the client did something dumb (usually caused by people or addons doing dumb things with the update URL). We should send 400 for these instead of 500, since it is the client's fault.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bhearsum
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8822517 -
Flags: review?(rail)
Updated•9 years ago
|
Attachment #8822517 -
Flags: review?(rail) → review+
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•