If a transaction times out because of the 5 second time limit in sqld:
WARN sqld::database::libsql: transaction timed out
ERROR tower_http::trace::on_failure: response failed classification=Error: Could not execute a request in pipeline latency=0 ms
A client will just see a "server error":
[LibsqlError: SERVER_ERROR: Server returned HTTP status 502] {
code: 'SERVER_ERROR',
name: 'LibsqlError'
}
If a transaction times out because of the 5 second time limit in
sqld
:A client will just see a "server error":