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
Currently, we have the default timeout set for the mysql client (10s), this is an issue because we have lambdas with multiple queries, like the onNewTxRequest lambda. We have a rollback mechanism in place, so if the lambda timeouts, the transaction never gets committed, but we should have a better mechanism for detecting timeouts in the mysql client so we can get better errors indicating which query is timing out
Task breakdown
Propose a design with a solution to improve the mysql client timeout - 1 day
The text was updated successfully, but these errors were encountered:
Motivation
Currently, we have the default timeout set for the mysql client (10s), this is an issue because we have lambdas with multiple queries, like the
onNewTxRequest
lambda. We have a rollback mechanism in place, so if the lambda timeouts, the transaction never gets committed, but we should have a better mechanism for detecting timeouts in the mysql client so we can get better errors indicating which query is timing outTask breakdown
The text was updated successfully, but these errors were encountered: