Paco Ibañez
06/22/2022, 6:45 PMpython -m prefect.engine <flow_run_id>
but I get This run has already terminated
Kevin Kho
Paco Ibañez
06/22/2022, 6:57 PMKevin Kho
Paco Ibañez
06/22/2022, 7:01 PMprefect.flow_runner.docker - Flow run container 'spiffy-husky' has status 'exited'
Kevin 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