This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d6f7ae2 Publishing website 2020/04/28 16:43:12 at commit 1c8519e
d6f7ae2 is described below
commit d6f7ae2b58fd19fc053b78b8f5f379d1335a8ec3
Author: jenkins <[email protected]>
AuthorDate: Tue Apr 28 16:43:12 2020 +0000
Publishing website 2020/04/28 16:43:12 at commit 1c8519e
---
website/generated-content/documentation/runners/direct/index.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/website/generated-content/documentation/runners/direct/index.html
b/website/generated-content/documentation/runners/direct/index.html
index 6a33398..72cac24 100644
--- a/website/generated-content/documentation/runners/direct/index.html
+++ b/website/generated-content/documentation/runners/direct/index.html
@@ -304,7 +304,10 @@ interface for defaults and additional pipeline
configuration options.</p>
<p><strong>Setting parallelism</strong></p>
-<p>Number of threads or subprocesses is defined by setting the <code
class="highlighter-rouge">direct_num_workers</code> option. There are several
ways to set this option.</p>
+<p>Number of threads or subprocesses is defined by setting the <code
class="highlighter-rouge">direct_num_workers</code> option.
+From 2.22.0, <code class="highlighter-rouge">direct_num_workers = 0</code> is
supported. When <code class="highlighter-rouge">direct_num_workers</code> is
set to 0, it will set the number of threads/subprocess to the number of cores
of the machine where the pipelien is running.</p>
+
+<p>There are several ways to set this option.</p>
<ul>
<li>Passing through CLI when executing a pipeline.