AyWa commented on PR #31188: URL: https://github.com/apache/beam/pull/31188#issuecomment-2120457663
> Hi @AyWa and @damondouglas > > I just wonder when this feature may be available. I need to increase the job submission timeout as my python beam pipeline keeps failing due to the 30 seconds limit. > > Or can I have a temporary jar file (beam-runners-flink-1.17-job-server-2.56.0.jar) with this feature until it gets included? > > Cheers, Jaehyeon Hey, It is possible to build the jar, I am a bit busy today, but I will try to come back to you soon. A temporary option is to increase cpu allocation of the job manager. (It is how I temporary fixed it in my k8s cluster) -- 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]
