Aniruddha Sengupta
03/07/2022, 2:27 PMmake_shell
. This command does not return any exit codes, so when I tried to run it as a standalone task, my server crashed. What would be the best way to ensure that this command is passed off first before executing other shell tasks?
Thanks,Kevin Kho
03/07/2022, 2:29 PMAniruddha Sengupta
03/07/2022, 2:32 PMmake_shell
.
I do not think this command returns an exit code, it just creates an environment to perform tasks (a bit like activating a Python virtual environment).
So I was just wondering what would be the best way to tackle this. Does this make sense?Kevin Kho
03/07/2022, 2:49 PMAniruddha Sengupta
03/07/2022, 3:03 PMKevin Kho
03/07/2022, 3:05 PMmake_shell
also kill the Server if you run in independently?Aniruddha Sengupta
03/07/2022, 3:06 PMKevin Kho
03/07/2022, 3:08 PMprefect server start
?Aniruddha Sengupta
03/07/2022, 5:44 PMKevin Kho
03/07/2022, 5:45 PM