I'm running into an issue where: - `dagit -w wor...
# ask-community
d
I'm running into an issue where: •
dagit -w workspace.yaml
works •
dagit -w ../other/folder/workspace.yaml
works but `dagit -w worspace.yaml -w ../other/folder/workspace.yaml`hangs after starting the code server for the first package Doesn't matter which order I put them in, both workspaces have only one python package specified (with attendant executable paths). Same issue if I try putting the workspaces together. No additional logs show up when I add
--log-level trace
Any idea what could be going on?
d
hey daniel - what version of grpcio do you have installed?
('pip freeze | grep grpcio')
d
1.48.0 for grpcio, and 1.43 for health checking
d
ah so they actually yanked that version - it was causing mysterious hangs
blob detective 1
can you downgrade to 1.47.2
We have a pin in place until they fix it upstream: "grpcio>=1.32.0,<1.48.1",
d
in both venvs or just the one where dagit is running from?
d
I'd do it in both to be safe
d
that worked
🎉 1
I may have spoke too soon 😞 Dagit is up, but only one of the workspaces loaded (no entry at all for the other)
d
do they have different location names?
d
I typo'd. I added the same workspace file twice....
been too long today
how concerned should I be about "EDIT I'm seeing this issue as far back as 1.46.0+, https://github.com/grpc/grpc/releases/tag/v1.46.0."
d
I haven't seen anybody else report that in dagster
d
thats good at least
the last comment on that thread is not encouraging
d
agreed