https://dagster.io/ logo
Title
e

Emir Karamehmetoglu

03/28/2023, 11:01 PM
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..
:dagster-bot-resolve: 1
d

daniel

03/29/2023, 2:30 PM
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

Emir Karamehmetoglu

03/29/2023, 3:15 PM
That probably works, thanks, I can find the parent and kill