Alla Polisskaya
01/10/2023, 10:10 PMFinished in state Failed('Flow run encountered an exception. MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API.\n')
at the end. Manually retrying the flow succeeds, but I do have retries=3
in the flow
decorator and the flow doesn't appear to be retriedZanie
01/10/2023, 10:43 PMAlix Cook
01/11/2023, 10:03 PMpending
for more than 60 seconds because we assume that if its in pending for more than 60 seconds the container the process is running in has been terminated. the reason for this is complicated to explain, so i wont do it here.
when we either set the state of a run to cancelled
or scheduled
(awaiting retry) while its pending or running, then the run goes into running
, the flow run will spit out the error above when it tries to compute state nextAlla Polisskaya
01/11/2023, 10:03 PMZanie
01/11/2023, 10:20 PM