https://prefect.io logo
Title
i

Imran Qureshi

10/11/2022, 7:26 PM
question: Prefect seems to stop monitoring a pipeline after four hours. Anyway to change this?
1
a

Anna Geller

10/11/2022, 7:33 PM
why would Prefect stop after exactly 4 hours? 😄 could you share a GitHub issue with a minimal reproducible example of the issue you came across?
i

Imran Qureshi

10/11/2022, 7:36 PM
we have a long running pipeline and prefect claims this is done after 4 hours
it would take a while to put together a minimal reproducible issue. Asking if there is some config we need to set to get around the 4 hour limit
a

Anna Geller

10/11/2022, 11:35 PM
there is no such limit on the Prefect end so opening an issue and describing the problem there (with minimal example) would be much appreciated and would help us identify the root cause here
i

Imran Qureshi

10/13/2022, 4:34 PM
ok
I think the issue is that
Watch().stream()
on Kubernetes times out.