Hey all, silly question but how do I gracefully st...
# ask-community
e
Hey all, silly question but how do I gracefully stop an instance of dagster dev started on a remote connection, from another remote connection? I find many running processes but I don't know which one to quit to make it exit gracefully and clean up the temp directory..
🤖 1
d
Hi Emir, I would expect sending a SIGINT / CTRL-C to the parent dagster dev process to also gracefully interrupt any subprocesses that it spins up - not sure if that fully answers your question
e
That probably works, thanks, I can find the parent and kill
296 Views