Skip to content

What to do about DagsterUserCodeUnreachableError? #17717

Answered by garethbrickman
sryza asked this question in Q&A
Discussion options

You must be logged in to vote

Setting these timeout values is deployment-specific. If using a Kubernetes agent configured with Helm chart, ­in the chart template there is:

serverProcessStartupTimeout​​ - Specifies the timeout in seconds the agent should use when waiting for a code server to be ready after the Kubernetes deployment is created. This timeout should be increased if your code locations can take more than 3 minutes to load your Dagster definitions.

This is the time required for the code location container to start and the grpc server being ready and serving requests. If you are using many libraries, or are creating a dbt manifest dynamically, you may need to increase this.

​deploymentStartupTimeout​​ - Spe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@babaMar
Comment options

Answer selected by garethbrickman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: troubleshooting Related to debugging and error messages area: deployment Related to deploying Dagster
3 participants