Closed
Bug 1967336
Opened 1 month ago
Closed 9 days ago
The error message generated by timeout of long running searches needs to also work with REST API in addition to the web UI
Categories
(bugzilla.mozilla.org :: Search, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
The code which throws a timeout error to the web UI is located in buglist.cgi only currently. We need at also ad the same error check in the REST API as a descriptive error message. Currently it shows up as an unknown error. Also we need to assign a specific error code for db_search_timeout.
Assignee | ||
Updated•1 month ago
|
Component: Infrastructure → Search
Summary: The new timeout for long running bug searches needs to also work with REST API in addition to the web UI → The error message generated by timeout of long running searches needs to also work with REST API in addition to the web UI
Comment 1•29 days ago
|
||
Comment 2•9 days ago
|
||
Authored by https://github.com/dklawren
https://github.com/mozilla-bteam/bmo/commit/69221948cca9b5ab0b8e4e5548755eae6041eaef
[master] Bug 1967336 - The error message generated by timeout of long running searches needs to also work with REST API in addition to the web UI
Status: ASSIGNED → RESOLVED
Closed: 9 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•