ibzib commented on a change in pull request #11372: [BEAM-9443] support
direct_num_workers=0
URL: https://github.com/apache/beam/pull/11372#discussion_r406789872
##########
File path: CHANGES.md
##########
@@ -67,6 +67,7 @@
[Ensuring Python Type
Safety](https://beam.apache.org/documentation/sdks/python-type-safety/)
and an upcoming
[blog
post](https://beam.apache.org/blog/python/typing/2020/03/06/python-typing.html).
+* --direct_num_workers=0 is supported for FnApi. It will set the number of
threads/subprocesses to number of cores of the machine executing the
pipeline([BEAM-9443](https://issues.apache.org/jira/browse/BEAM-9443)).
Review comment:
```suggestion
* --direct_num_workers=0 is supported for FnApi runner. It will set the
number of threads/subprocesses to number of cores of the machine executing the
pipeline([BEAM-9443](https://issues.apache.org/jira/browse/BEAM-9443)).
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services