tvalentyn
tvalentyn
@pratikmallya what is the issue you see on 1.65.5? It might be a different one, since my issue has been resolved after a downgrade to 1.65.5 https://github.com/apache/beam/pull/32449
> Like what's gRPC Pythons role in the tests Inter-process communication. > And also is it possible for us to reproduce the issue without using testing framework from Beam? I...
cc: @sergiitk FYI - i believe this was closed without investigation but may still be an issue.
This issue is still present in the most recent version of grpcio (thanks @liferoad for giving it a try).
This is great to hear! Out of curiosity, what's your act setup and which command you used?
Also curious if we have a tentative ETA on the fix or any other update.
> Building the container + running the job as an invocation from a flex template takes substantial time. You can significantly bring this down by not including the model and...
Also, we can speed up launch time by download the model into the SDK worker container from GCS during container startup, instead of shipping it inside the contanier. Currently, this...
including the model in the container will be less prone to a runtime error, but slower in short-term future.
What are the next steps on this PR?