Rajan Subramanian
04/04/2022, 2:44 PMprefect deployment create deployment_name
again for those new changes to take affect?
2) if above is true, then do i need to rerun the tasks again on the UI?
3) sometimes i inadverently press run twice and i have two running processes. Is there anyway to stop a process after it has been started?
4) when i delete the workspace, to start over, i notice when i type,
ps aux | grep python | wc -l
the python processes are still running and i have to do a
pkill python
to kill all the python processes. Is there any way that once a workspace is killed all the python processes are killed along with it?Kevin Kho
04/04/2022, 2:49 PMRajan Subramanian
04/04/2022, 3:46 PMKevin Kho
04/04/2022, 5:45 PM