You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: