tvalentyn commented on code in PR #36566:
URL: https://github.com/apache/beam/pull/36566#discussion_r2445900443


##########
CHANGES.md:
##########
@@ -112,17 +112,17 @@
 * Added official support for Python 3.13 
([#34869](https://github.com/apache/beam/issues/34869)).
 * Added an optional output_schema verification to all YAML transforms 
([#35952](https://github.com/apache/beam/issues/35952)).
 * Support for encryption when using GroupByKey added, along with `--gbek` 
pipeline option to automatically replace all GroupByKey transforms 
(Java/Python) ([#36214](https://github.com/apache/beam/issues/36214)).
+* In Python SDK, the `--element_processing_timeout_minutes` option will also 
interrupt the SDK process if slowness happens during DoFn initialization, for 
example in `DoFn.start()` 
([#36518](https://github.com/apache/beam/issues/36518)).

Review Comment:
   DoFn.setup(), thanks!



-- 
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]

Reply via email to