Skip to content
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

Specialization happening before EnvVars module has ran #2867

Closed
mathewc opened this issue May 18, 2018 · 0 comments
Closed

Specialization happening before EnvVars module has ran #2867

mathewc opened this issue May 18, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@mathewc
Copy link
Member

mathewc commented May 18, 2018

It looks like we may have a race condition in specialization, where our background specialization timer triggers specialization and the host starts up BEFORE the EnvVars module has had a chance to run and apply env vars to the .NET config classes.

Plan is to have the EnvVars module notify us via a special WEBSITE_CONFIGURATION_READY environment variable that we'll gate specialization on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants