`Network connection lost.` are transient errors reaching the location/datacenter of your database.
Network connection lost. are transient errors reaching the location/datacenter of your database.My suggestion is to add retries for some common errors. See an example in the D1 read replication demo of how to do retries: https://github.com/cloudflare/templates/blob/main/d1-starter-sessions-api-template/src/index.ts#L108
And how it's used: https://github.com/cloudflare/templates/blob/c624b31b63568adebcba1b63f600dbc81cf3a5fa/d1-starter-sessions-api-template/src/index.ts#L59


