Closed
Bug 1437974
Opened 8 years ago
Closed 8 years ago
Remove unused SETA APIs
Categories
(Tree Management :: Treeherder: API, enhancement, P1)
Tree Management
Treeherder: API
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
New Relic says the following haven't been accessed once in the last 7 days (HTTP 503 timeouts not counted):
* SetaFailuresFixedByCommit
* SetaJobTypes
See:
https://rpm.newrelic.com/accounts/677903/applications/14179757/transactions/table?type=app
Plus in the case of SetaFailuresFixedByCommit, the API never loads successfully anyway:
https://treeherder.mozilla.org/api/seta/failures-fixed-by-commit/
These APIs are labelled as only being for debugging. However with redash/raw DB access we don't need to make public APIs available for this, so should just remove them.
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8950680 -
Flags: review?(cdawson)
Updated•8 years ago
|
Attachment #8950680 -
Flags: review?(cdawson) → review+
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/b7e50f732c7653f82b69dbc4fcfabce3f1b9b82c
Bug 1437974 - Remove unused SETA APIs (#3223)
These endpoints have not been accessed in the last 7 days, and in the
case of `SetaFailuresFixedByCommit` only ever timed out anyway.
They were only ever used for debugging, for which we now have redash.
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•