Re: [Question] check if pipeline is still running in pipeline runner

2023-07-07 Thread Jan Lukavský
Hi, if I understand correctly, you have a 'program runner' (sometimes called a driver), which is supposed to be long-running and watching if the submitted Pipeline runs or not. If not, then the driver resubmits the job. If my understanding is correct, I would suggest looking into the reasons

Scio 0.13.0 released

2023-07-07 Thread Kellen Dye via user
Hi all, We're happy to announce that Scio 0.13.0 has been released. Scio 0.13.0 is based on Beam 2.48.0 and brings the following major changes: - More consistent file-based read and write APIs (#4809 ) - Dropped support for Elasticsearch 6 (#480

Re: [Question] check if pipeline is still running in pipeline runner

2023-07-07 Thread Adlae D'Orazio
Hi Jan, Thank you for your response! Apologies that this wasn't clear, but we're actually looking at what would happen if the job server *were *to go down. So what we are more interested in is understanding *how* to actually monitor that the job is running. We won't know the job id so we can't use

Re: [Question] check if pipeline is still running in pipeline runner

2023-07-07 Thread Lydian
I am using the lyft flink operator (in k8s), and it is able to monitor the submitted job status for us. It shows both cluster and job healthiness. The issue so far we’ve seen is sometimes the task keep failing and retrying, but it was not detected by the flink operator. However, the flink itself co