https://dagster.io/ logo
x

Xu Zhang

12/17/2020, 6:32 AM
guys, after i deployed the dagster 0.9.20 to our company’s host over HTTP, the UI can only receive
Succeeded
signal, but for other events, there isn’t any, and also the waterfall wouldn’t stop either. was this due to the HTTP? or do you know what kind of info should i provide to you in order to debug this?
y

yuhan

12/17/2020, 7:34 PM
Hi Xu, did the pipeline run succeed? or it was hanging there at the resource init
c

cat

12/17/2020, 7:59 PM
Thanks for reaching out! Could you share a bit more about your setup, are you running graphql over websockets (the default) or did you customize it? If you open dev tools -> network -> ws, do you see events there?
should look like this as events come in
x

Xu Zhang

12/17/2020, 9:52 PM
@yuhan the pipeline run succeeded (that is why the status label changed from
Running
to
Succeeded
)
@cat i did not customize it, so it should be websockets. let me try that
👍 1
so when i click
Re-execute All
, i can only see 3 websocket calls
c

cat

12/17/2020, 10:57 PM
if you click on
graphql
it should open up a list of all the requests handled
also, if you refresh run 17de2279 in the original screenshot, do all of the events appear?
had a few other questions too • are there other graphql requests that the server is handling at the time, like launching queued runs / loading other views in dagit • are you running on the latest master or off of 0.9.20 • does this hanging happen for every pipeline run, or only sometimes?
also, happy to jump on a call today or tmrw if youre free? (can work around your avail)
x

Xu Zhang

12/18/2020, 12:11 AM
thanks @cat here are the answers: 1. if i refresh the problematic page using browser’s refresh button, it will show everything like nothing wrong. 2. the server is only handling 1 pipeline run (the problematic one) 3. im running on the pip installed 0.9.20 4. the hanging happens for every pipeline run 5. a call would definitely be helpful and that is very nice of you!
c

cat

12/18/2020, 12:16 AM
is now a good time?