Charles D
10 minutes run limit ?
basically, I am triggering an external task (a dbt task to be precise), and am waiting for it to complete - you have a better idea ? A while loop wouldn't change the 600 executions would it ? I have solved it temporarilly with retries, but it's not ideal as retries are not conditionnal.
16 replies
10 minutes run limit ?
I have simulated some usecases with some simple tasks that simply sleep. I seem that the issue is at the task level (a flow composed of a 300s wait and then a 700s wait will fail when the second task reaches 600s).
I have both changed the Time window in seconds in concurrency at the script level (to 800 as well)
and the timeout in runtime in the flow step (to 800) but it still fails at 600s.
HELPPPPPP PLEASE
16 replies