Closed
Bug 1822101
Opened 2 years ago
Closed 1 year ago
Improve OpenSearchEngine update handling
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
DUPLICATE
of bug 1874473
People
(Reporter: standard8, Unassigned)
References
Details
(Whiteboard: [snt-][search-tech-debt])
We should move parts of engineUpdateService into OpenSearchEngine itself. Engines should be able to handle updating themselves, and determining the correct time to update.
In particular, an OpenSearchEngine should be able to:
- manage its own next update time.
- manage its own updates.
Ideally, we would also not create a new OpenSearchEngine instance, but update the engine in-place. This would be likely be easier once bug 1822097 is completed.
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-563
| Reporter | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Reporter | ||
Comment 1•1 year ago
|
||
I ended up doing this in bug 1874473.
You need to log in
before you can comment on or make changes to this bug.
Description
•