Matias Godoy
04/20/2020, 3:27 PMretries
option with the timeout
?
Let me explain better: Inside my task I am polling an API waiting for something to finish. If one of those HTTP calls fail, I'd like to retry, but if it takes too long and that something hasn't finished, I want the entire task to timeout.
Is that how combining those two options work? I'm afraid that a timeout would cause a retry and start all over again.Kyle Moon-Wright
04/20/2020, 4:23 PMtimeout_handler
from prefect.utilities.executors
.Matias Godoy
04/21/2020, 8:40 AMChris White
04/21/2020, 5:06 PMMarvin
04/21/2020, 5:06 PM