Jorge Severino
09/15/2023, 1:25 PMCrash detected! Execution was interrupted by an unexpected exception: TypeError: no default __reduce__ due to non-trivial __cinit__
We use Prefect Cloud, and a worker (process type) on a small machine on EC2.
The only change we made was adding retries in the flow:
@flow(name="flow_name",
retries=3,
retry_delay_seconds=30)
Do you know what it could be due to?Jake Kaplan
09/15/2023, 1:31 PM