Azure / Azure/azure-functions-host
Support the ability to disable worker process count configuration
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
We need the ability to disable worker process count configuration and worker process count changes (use of `FUNCTIONS_WORKER_PROCESS_COUNT` and `FUNCTIONS_WORKER_DYNAMIC_CONCURRENCY_ENABLED`) in environments that do not support running multiple language workers.
Contributor guide
Research direction
Search the Azure Functions host for FUNCTIONS_WORKER_PROCESS_COUNT and FUNCTIONS_WORKER_DYNAMIC_CONCURRENCY_ENABLED, then trace where their configuration and changes are handled. The work is done when environments that cannot run multiple language workers can disable both worker process count configuration and worker process count changes, with the relevant behavior covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100