https://dagster.io/ logo
b

bklau-zap

03/12/2021, 7:15 PM
Q: Does Dagster repo server reloads the code if the code changes or it have to be restarted to pick up changes?
👀 1
d

daniel

03/12/2021, 7:53 PM
Hi - if you're running your own gRPC server, you do need to restart it after changing the code, yeah.
b

bklau-zap

03/12/2021, 7:56 PM
@daniel You mean if the code that the gRPC server serving up changes, i have to restart the gRPC server?
d

daniel

03/12/2021, 7:57 PM
That's correct
🤨 1
b

bklau-zap

03/12/2021, 7:57 PM
thx for confirming
d

daniel

03/12/2021, 8:02 PM
I'm not an expert on the details of our code loading path, but that may be more a Python restriction than a Dagster restriction - one you've imported a module I don't think there's a great way to re-import it without restarting the process