mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-19 04:28:26 +00:00
db4d094afa
## Problem In the logs, I noticed we still weren't retrying in some cases. Seemed to be timeouts but we explicitly wanted to handle those ## Summary of changes Retry on io::ErrorKind::TimedOut errors. Handle IO errors in tokio_postgres::Error.