You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple node script that needs to retrieve data for etcd. I have added a policy to deal with timeout (beside a circuit breaker and retry policy).
When I have a timeout error, the result is the following:
timeout on connection to etcd
error: Error: Operation timed out after 5000ms
The node process is not able to exit and it is hanging while when there is no timeout the node process finalizes correctly. Not sure if I am missing something or it is a bug.
The text was updated successfully, but these errors were encountered:
ddelizia
changed the title
When a timeout is triggered the process is hanging and not finalized.
When a timeout is happens the node process is hanging and not finalized.
Nov 3, 2021
I have a simple node script that needs to retrieve data for etcd. I have added a policy to deal with timeout (beside a circuit breaker and retry policy).
The code i am trying to execute is the following:
When I have a timeout error, the result is the following:
The node process is not able to exit and it is hanging while when there is no timeout the node process finalizes correctly. Not sure if I am missing something or it is a bug.
The text was updated successfully, but these errors were encountered: