Closed
Bug 1293475
Opened 7 years ago
Closed 7 years ago
Self-repair driver makes multiple requests for the same action
Categories
(Firefox :: Normandy Server, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: osmose, Assigned: osmose)
Details
If there are multiple recipes using the same action, the self-repair driver currently makes multiple requests to the same URL to download the action, one for each recipe using it. It should really just make one request per-action.
Updated•7 years ago
|
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mkelly
Comment 1•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy https://github.com/mozilla/normandy/commit/f09024207805926a200fcdf1ad3d33e398f265ee Cache action requests to the server in the self-repair runner. Splits the loadAction function in two to make testing easier and the design cleaner. Fixes bug 1293475
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Shield → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•