Q: Does Dagster repo server reloads the code if t...
# announcements
b
Q: Does Dagster repo server reloads the code if the code changes or it have to be restarted to pick up changes?
👀 1
d
Hi - if you're running your own gRPC server, you do need to restart it after changing the code, yeah.
b
@daniel You mean if the code that the gRPC server serving up changes, i have to restart the gRPC server?
d
That's correct
🤨 1
b
thx for confirming
d
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