https://dagster.io/ logo
Title
r

Roei Jacobovich

11/29/2022, 8:17 AM
Hey! We have some complex dynamic repositories that might take some time to load properly. Sometimes Dagit will mark them with a
Failed
status and return
DagsterUserCodeUnreachableError
as expected due to timeout. A manual reload will fix the issue. We also increased the timeout itself. Is there a way to auto-reload the failed repositories? Thanks!
c

chris

11/30/2022, 2:58 PM
you can do this by keying into the gql server and performing the auto retry manually: https://docs.dagster.io/concepts/dagit/graphql-client#reloading-all-repositories-in-a-repository-location