alsuren
CDCloudflare Developers
•Created by xeon06 on 5/19/2025 in #d1-database
I suppose it isn't that simple to
yeah, it's a bit tricky to automatically apply retries lower down in the stack. There was a suggestion that if you get a known-transient error from the DO you could parse the sql and decide if it's a read, and then retry it if it's a read. Requires parsing the sql statement in two places and a bit of guesswork though.
4 replies
CDCloudflare Developers
•Created by ByteBeast on 5/12/2025 in #d1-database
I have one table in which I have auth
are you reading this from workers logs?
Each log entry contains an event with a list of logs, exceptions, and request headers if it was triggered by an HTTP request. We also automatically redact sensitive URLs and headers such as Authorization, Cookie, or anything else that appears to have a sensitive name.-- https://blog.cloudflare.com/introducing-workers-dashboard-logs/#view-logs-just-a-click-away
2 replies