azure-functions-host
azure-functions-host copied to clipboard
Removing feature flag for Project Stein
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