Closed
Bug 1580573
Opened 7 years ago
Closed 7 years ago
RecipeRunner.attachRemoteSettings missing await
Categories
(Firefox :: Normandy Client, defect)
Firefox
Normandy Client
Tracking
()
RESOLVED
FIXED
Firefox 71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: rhelmer, Assigned: rhelmer)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently, RecipeRunner.attachRemoteSettings does not await the async function this.run():
This is not harmful per se, but it means that the when the FirstStartup service (added in bug 1576507) cannot tell when Normandy is completely done running recipes, which makes it much less useful for first-run experiments :)
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by rhelmer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/24ae52d6576e
Normandy RecipeRunner missing await r=leplatrem
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•