Skip to content

Update hosting configuration to enable the support for Decoupling workers #10950

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

Open
surgupta-msft opened this issue Mar 24, 2025 · 0 comments

Comments

@surgupta-msft
Copy link
Contributor

We will use hosting configuration to onboard workers to the Decoupling Workers feature. This allows us to do worker by worker onboarding to the feature i.e. we don’t need to redeploy the Host if a new worker onboards to the feature or any worker needs to temporarily disable the feature.

We will add a section in the Hosting configuration to specify workers location at the site extensions path. For those workers, which are not available via site extensions (and hence not onboarded to decoupling workers feature), there won’t be any entry in the config file and hence we will use the default directory flow for them.

{ 
    "languageWorkers": 
    { 
        "python": "c:\home\SiteExtensions\python", 
        "java": "c:\home\SiteExtensions\java"  
        // nothing for the languages not available via site extensions 
    } 
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant