Paco Ibañez
06/22/2022, 6:45 PMpython -m prefect.engine <flow_run_id> but I get This run has already terminatedKevin Kho
Paco Ibañez
06/22/2022, 6:57 PMKevin Kho
Paco Ibañez
06/22/2022, 7:01 PMPaco Ibañez
06/22/2022, 7:55 PMprefect.flow_runner.docker - Flow run container 'spiffy-husky' has status 'exited'Paco Ibañez
06/22/2022, 8:07 PMKevin Kho
prefect deployment execute <flow-name>/<deployment-name> to see if this shows the error
2. Set PREFECT_DEBUG_MODE=1
3. Or maybe docker logs <container>Paco Ibañez
06/22/2022, 9:00 PM