I m getting this error for some requests

I'm getting this error for some requests in my Worker that handles a simple file upload: put: We encountered an internal error. Please try again. (10001) . Apparently the R2 put fails for some reason. It's only happening for ~0.02% of requests. Any idea what could be causing that?
9 Replies
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
denchi
denchi14mo ago
thanks a lot for checking, I DMd you my account ID I was thinking it could be related to client disconnects, but I'm also seeing some of those errors without client disconnects at the same time
denchi
denchi14mo ago
denchi
denchi14mo ago
And checking the logs shows that it's indeed always that one specific error when trying to write to R2 @Harshal did you get a chance to look at this? Still getting a bunch of those errors at a low but constant rate.
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
denchi
denchi14mo ago
Awesome, thanks a bunch 🙏
Well Caffeinated
Well Caffeinated10mo ago
@denchi @harshal317 I've been getting this error too. Was there any solution for these 10001 errors?
denchi
denchi10mo ago
Still getting these occasionally. It happens for a very small percentage of requests so currently I just handle it by retrying requests that fail this way.
Well Caffeinated
Well Caffeinated10mo ago
ok thanks. are you retrying immediately and it works? or do you need a specific timeout?