I’m having trouble building a branch deployment in...
# ask-community
a
I’m having trouble building a branch deployment in dagster cloud. Seems to be identical to this issue from three weeks ago @Joe
Copy code
Exception: Timed out after waiting 315s for server nycdata-****.serverless-agents-namespace-1:4000.

Task logs:
{"time": "25/Jul/2023:19:24:24 +0000", "log": "_server - Exception calling application: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: UNKNOWN: unix:/tmp/tmp5nes6nvy: No such file or directory

# And then a giant log entry
j
hey @Andrew Gartrell whats your org name?
a
assemblyosm
j
hey @Andrew Gartrell this might be an issue with how we are surfacing errors in the UI
Im trying a restart of your server to see if it resolves but I also see this error in the branch deployments logs
AttributeError: module 'enum' has no attribute 'IntFlag'
a
Ah
That error makes sense given what I was doing. Let me rectify and try again?
j
sounds good, i will make sure that we make a note of this bad error surfacing UX
a
thanks joe!
j
no problem! I think running
dagster dev
locally would have also caught this as a work around in the meantime
1