Skip to content

Commit 1a416b4

Browse files
author
Arron Atchison
committed
Add changelog entry for bugzillarest HTTP 400 skip
Signed-off-by: Arron Atchison <aatchison@thunderbird.net>
1 parent f7eecb3 commit 1a416b4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: Skip Bugzilla bugs that return HTTP 400 during collection
2+
category: fixed
3+
author: Arron Atchison <aatchison@thunderbird.net>
4+
notes: >
5+
A single bug could make the Bugzilla REST API return an HTTP 400
6+
error (for example, when a field's data is missing from the server's
7+
network storage). Because the backend fetches all fields and pages
8+
through results, one such bug aborted the whole collection and froze
9+
incremental updates indefinitely. The backend now logs and skips a
10+
page that returns a 400 and continues, with a safety cap that aborts
11+
after too many consecutive failures.

0 commit comments

Comments
 (0)