Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Client stalls for 180 seconds on 504: Gateway unavailable error #96

Closed
jwulf opened this issue Oct 24, 2019 · 0 comments · Fixed by #95
Closed

Client stalls for 180 seconds on 504: Gateway unavailable error #96

jwulf opened this issue Oct 24, 2019 · 0 comments · Fixed by #95

Comments

@jwulf
Copy link
Member

jwulf commented Oct 24, 2019

Reported by @pedesen . It looks like the business error is treated as a gRPC channel failure. The gRPC Client then waits for a state transition to indicate a recovery. The channel, however, is in a READY state, so the next transition is to IDLE after 180 seconds.

See logs here: https://gist.github.com/pedesen/428e02d3fee8028ce0a80f5ef87b0b57

jwulf added a commit to jwulf/zeebe-client-node-js that referenced this issue Oct 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant