Hi there,
I'm currently running my flows in cloud run infrastructure. However, cloud run jobs have a max time limit of 1h, so the flow needs to finish before that.
Is there an elegant way to early stop the running flow (by measuring either the time passed or the "work done") and trigger another one with the same deployment so that it continues the work that is left in a new flow run / cloud run job? Is there an elegant way of passing job metadata (for example, records processed / failed ) from one flow run to another?
Thanks in advance!