R2 error codes
Is there documentation for the R2 error codes?
I've seen a couple seemingly transient codes, I'd like to add some retry logic for the appropriate code types. For example:
get: We encountered an internal connectivity issue. Please try again. (10001)https://community.cloudflare.com/t/r2-bucket-error-get-reduce-your-rate-of-simultaneous-reads-on-the-same-object-10058/553103
Cloudflare Community
R2 bucket error: get: Reduce your rate of simultaneous reads on the...
I have a cron trigger that executes every 30 minutes. It uses a single invocation of R2 bucket.get(key). This works great, however I noticed an error in the logs for one of the trigger executions: Error get: Reduce your rate of simultaneous reads on the same object. (10058) Seemed to be a transient error because it hasn’t happened before or...
1 Reply
Not that I'm aware of - other than other people gathering them together
https://github.com/lukeed/worktop/pull/167/files#diff-ab7f34300953228afdbf6ba7326c3ae47ae1bab76b51a4f75539910cb334abd9R175-R181
You can probably search for some in #r2