HathorNetwork / hathor-wallet-service-old

MIT License
4 stars 4 forks source link

Timeout on the Lambdas leave no log about the problem #427

Open luislhl opened 1 year ago

luislhl commented 1 year ago

We've got some timeouts from the Lambda onNewTxRequest. When a timeout happens in the Lambda, we have no way to know what exactly happened.

To improve this, we should configure a timeout in all clients involved that is lesser than the Lambda timeout, so it times out earlier and logs something about the error.