https://dagster.io/ logo
#dagster-support
Title
# dagster-support
j

Jordan

04/19/2022, 8:28 AM
Hello everyone, When I run a
dagster-daemon run
, the repository automatically reloads every 120 seconds, which is problematic for me since I'm making API requests at this stage that I don't want to make. Is there any way to remove this reload delay or to be able to change this time?
d

daniel

04/19/2022, 2:56 PM
Hi jordan - if you want full control of exactly when your code reloads, one option is to run the code in your own gRPC server as described here: https://docs.dagster.io/concepts/repositories-workspaces/workspaces#running-your-own-grpc-server - would that be a good option for you?
3 Views