Skip to content

Commit 042652b

Browse files
Merge pull request #220109 from davidmrdavid/dajusto/patch-python-perf-docs
Add clarification to Python programming model constraint
2 parents 9065643 + dcefddf commit 042652b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/python-scale-performance-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ I/O-bound apps may also benefit from increasing the number of worker processes b
102102
The `FUNCTIONS_WORKER_PROCESS_COUNT` applies to each host that Functions creates when scaling out your application to meet demand.
103103

104104
> [!NOTE]
105-
> Multiple Python workers are not supported in V2 at this time. This means that enabling intelligent concurrency and setting `FUNCTIONS_WORKER_PROCESS_COUNT` greater than 1 is not supported for functions developed using the V2 model.
105+
> Multiple Python workers are not supported by the Python v2 programming model at this time. This means that enabling intelligent concurrency and setting `FUNCTIONS_WORKER_PROCESS_COUNT` greater than 1 is not supported for functions developed using the v2 model.
106106
107107
#### Set up max workers within a language worker process
108108

0 commit comments

Comments
 (0)