ernestoresende
ernestoresende
CDCloudflare Developers
Created by Mitya on 1/8/2024 in #workers-help
DB sometimes returns rows, sometimes returns nothing
Mind sharing where you've found information about the bug in question? I recently stumbled upon the same problem in some internal tooling I made reliant on Hyperdrive to stabilize connection pooling, and it took me a good while to figure out it was happening due to the caching being enabled.
I could disable HD caching, but then that presumably defeats the point of HD?
I think it depends on your workload, in my case it made sense to disable the caching since it was accessing some frequently changing data, and I only wanted Hyperdrive to act as a connection pooler to reduce the number of connections from Workers instances to my origin database
5 replies