robertwb commented on code in PR #29903:
URL: https://github.com/apache/beam/pull/29903#discussion_r1447838573
##########
sdks/typescript/src/apache_beam/worker/worker_main.ts:
##########
@@ -64,10 +64,10 @@ async function main() {
},
options,
);
+ console.info("Worker started.");
Review Comment:
Oh, yes. I suppose the intent is to "start this in the background." Not sure
the idiomatic way to do this, but the change is fine.
--
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]