Hi all! Can someone rub me into the documentation where I can find information on how prefect works with long-run jobs. We are interested in what will happen if there will be temporary network issue. What will happen with the job and do we have any choices to configure behaviour for that.
k
Kevin Kho
08/20/2021, 1:50 PM
Hey @Dmitry Kuleshov, how long-run is long-run? Do you mean like it can just take days? or do you mean an infinite loop?
d
Dmitry Kuleshov
08/20/2021, 1:54 PM
let's start from days)
e.g. we have some heavy calculations in task. It takes e.g. 2 days and we've got network interruption after one day. Is it something critical or not. Also do we have power to terminate task if that happens (e.g. if network was important part of the task)
k
Kevin Kho
08/20/2021, 2:08 PM
If it’s days and there is a temporary network issue, it should just reconnect and retry the task if configured. If it’s extended, the Flow may fail and then you can restart it from the point of failure.