-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to fetch and run recipes early on firstrun #889
Comments
I think that the earliest we can reasonably start running something like fetching code is after
Since there's already an update timer being used I suspect we can just trigger it to run when the observer notification fires. |
OK. So it looks like What we should be able to do here is add a |
On further reflection I think it's simpler and more readable to just run once and set the timer up after |
#895 fixed this and it got uplifted and is currently in release. |
We'd like to add a feature to Normandy that triggers fetching and executing recipes as early on a user's first run of Firefox as we can reasonably get.
normandy.isFirstRun
?)The text was updated successfully, but these errors were encountered: