azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

Removing feature flag for Project Stein

Open surgupta-msft opened this issue 3 years ago • 0 comments

Currently, Project Stein (workerIndexing) is enabled using a feature flag on the Host side "AzureWebJobsFeatureFlags": "EnableWorkerIndexing"

Once the new programming model is stabilized, we can plan to remove this feature flag and make workerIndexing as default behavior per language

  • Python
  • Node
  • Powershell
  • Java

surgupta-msft avatar Oct 13 '22 21:10 surgupta-msft