tvalentyn commented on code in PR #35391: URL: https://github.com/apache/beam/pull/35391#discussion_r2306714264
########## sdks/python/apache_beam/runners/worker/sdk_worker_main.py: ########## @@ -24,7 +24,9 @@ import logging import os import re +from signal import signal Review Comment: ```suggestion import signal ``` ########## sdks/python/apache_beam/runners/worker/sdk_worker_main.py: ########## @@ -24,7 +24,9 @@ import logging import os import re +from signal import signal import sys +from time import time Review Comment: ```suggestion import signal ``` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org