`SQLITE_ERROR` errors are coming from SQLite itself, so those are probably not fixable by retries. R

SQLITE_ERROR errors are coming from SQLite itself, so those are probably not fixable by retries. Retries improve issues like networking hiccups, or servers going down, or other transient things.
Retries don't fix broken queries. If you have specific SQLITE_ERRORs you get, then we can see what they mean.
Was this page helpful?
`SQLITE_ERROR` errors are coming from SQLite itself, so those are probably not fixable by retries. R - Cloudflare Developers