Closed
Bug 1732056
Opened 3 years ago
Closed 3 years ago
Keep a history of the last X synchronizations status (and errors)
Categories
(Firefox :: Remote Settings Client, enhancement)
Firefox
Remote Settings Client
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: leplatrem, Assigned: leplatrem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently, we don't keep track of the history of synchronizations. We have no way to determine if a client has been consistently failing, how many times, and for how long.
As a first start, we could store a trail of synchronization statuses in the local database (datetime
, status
, info
). So that we could inform the user in about:support
for example (as suggested in Bug 1729400).
Unfortunately, some synchronization errors are due to failures in IndexedDB. So it would be wise to rely on a different storage place instead (rkv?).
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mathieu
Attachment #9268854 -
Attachment description: WIP: Bug 1732056 - Keep track of sync statuses → Bug 1732056 - Keep track of sync statuses r?gbeckley,standard8
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9268854 -
Attachment description: Bug 1732056 - Keep track of sync statuses r?gbeckley,standard8 → Bug 1732056 - Keep track of sync statuses r?gbeckley,Gijs
Pushed by mleplatre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a99ef3fe4bac
Keep track of sync statuses r=gbeckley,Gijs
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•