tvalentyn commented on code in PR #35391:
URL: https://github.com/apache/beam/pull/35391#discussion_r2305234352
##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1460,9 +1460,9 @@ def _add_argparse_args(cls, parser):
type=int,
default=None,
help=(
- 'The time limit (in minutes) that an SDK worker allows for a
PTransform'
- ' operation to process one element before signaling the runner
harness'
- ' to restart the SDK worker.'))
+ 'The time limit (in minutes) that an SDK worker allows for a'
+ ' PTransform operation to process one element before signaling'
+ ' the runner harness to restart the SDK worker.'))
Review Comment:
Would this description be more accurate:
'The time limit for any PTransform to finish processing a single
element. '
'If exceeded, the SDK worker process self-terminates and
processing may be restarted by a runner. '))
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]