damccorm commented on code in PR #35337: URL: https://github.com/apache/beam/pull/35337#discussion_r2153100436
########## sdks/go/pkg/beam/runners/prism/internal/stage.go: ########## @@ -208,8 +208,8 @@ progress: ticked = true resp, err := b.Progress(ctx, wk) if err != nil { - slog.Debug("SDK Error from progress, aborting progress", "bundle", rb, "error", err.Error()) - break progress + slog.Debug("SDK Error from progress request, aborting progress update", "bundle", rb, "error", err.Error()) + continue progress Review Comment: Yep - good call, done! -- 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