hyperledger / aries-askar

Secure storage designed for Hyperledger Aries agents.
Apache License 2.0
58 stars 44 forks source link

Update to sqlx 0.7.3 #215

Closed TimoGlastra closed 7 months ago

TimoGlastra commented 7 months ago

We're sometimes getting random "unexpected end of file" errors with Askar + PG.

I think it may have to do something with our serverless DB provider that will 'restart' a db, making sqlx throw an error and fail.

It seems a few months ago a PR has landed in sqlx to try to reconnect. Woudl it be possible to update Askar to sqlx 0.7.3? Just a patch bump so shouldn't cause any issues I think.

https://github.com/launchbadge/sqlx/pull/2684