lostluck commented on code in PR #31482:
URL: https://github.com/apache/beam/pull/31482#discussion_r1625900413
##########
sdks/go/container/boot.go:
##########
@@ -137,7 +137,9 @@ func main() {
"--logging_endpoint=" + *loggingEndpoint,
"--control_endpoint=" + *controlEndpoint,
"--semi_persist_dir=" + *semiPersistDir,
- "--options=" + options,
+ }
+ if err := tools.MakePipelineOptionsFileAndEnvVar(options); err != nil {
+ logger.Fatalf(ctx, "Failed to load pipeline options to worker:
%v", err)
Review Comment:
It should, but I'm not actually sure since it depends on Dataflow's
container observation semantics.
--
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]