Hi, a flow for downloading geospatial data seems t...
# ask-community
c
Hi, a flow for downloading geospatial data seems to timeout after an unspecified amount of time but without having set any parameters in the @flow decorator (like timeout_seconds). Can you explain why? Has it ever occurred to you? We tested the flow on a smaller dataset (an area) and the code terminates without a problem, we believe that the area in question, which is much larger, may somehow cause the flow to timeout, but we don't understand why and, possibly, what to set on prefect to prevent this. Here the error:
n
hi @Cristian Federiconi - do you have any automations that are set up to cancel flow runs after a certain amount of time?
c
Hi Nate, thank you for your answer. I don't think so, I didn't set anything like that.
n
hmm okay - I wonder who is calling
cancel_flow_run
then 🤔