Skip to content

Code location instability - gRPC Error code: UNAVAILABLE #17729

Discussion options

You must be logged in to vote

Hi @ytoast . The dagster._core.errors.DagsterUserCodeUnreachableError: Could not reach the user code server. gRPC Error code: UNAVAILABLE means that the process trying to connect to the user code server couldn't. This could be due to any number of reasons depending on your deployment setup. As for the job failures - the executing jobs don't communicate with the user code server, so the UNAVAILABLE error isn't causing the job failures, but the cause of the UNAVAILABLE error could also be causing the jobs to fail.

You'll likely need to use the debugging tools for your particular deployment type to debug why the processes are failing

Replies: 9 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jamiedemaria
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: troubleshooting Related to debugging and error messages area: deployment Related to deploying Dagster
9 participants