Hey :slightly_smiling_face: Is there any way to ma...
# ask-community
m
Hey 🙂 Is there any way to make our repo to be refresh automatically every x minutes?
t
Hi! This is a bit in the weeds, but it's doable. If you can define an external scheduler (because Dagster updating itself isn't possible) to run every X minutes, you can trigger the
reloadWorkspace
(preferred) or
reloadRepositoryLocation
on your Dagster instance's GraphQL API to refresh your repo. This is assuming that refreshing the repo is talking about "reloading definitions". sorry for assuming if it wasn't!
m
Thanks! will take a look