Marwan Sarieddine
02/09/2021, 2:09 AMTask timed out during execution.
- this is quite unexpected given we don’t have any timeout set on the prefect task, has anyone else encountered this behavior before ?Chris White
TimeoutError
somehow (independently of Prefect); we broadly capture this error and convert it to a TimedOut
state regardless of whether Prefect raised the error or the underlying task logic raised the errorMarwan Sarieddine
02/09/2021, 2:29 AMChris White
TimedOut
state.
Since this is a built-in exception, we probably should create a custom exception to raise and catch instead so we don’t obscure underlying errorsMarwan Sarieddine
02/09/2021, 2:36 AMChris White
Marwan Sarieddine
02/09/2021, 2:37 AMChris White
Marvin
02/09/2021, 2:37 AMChris White