Re: [google-appengine] GCS client library constantly running into urlfetch issues

2013-08-23 Thread rdodev
Ye, I saw the commit, but if you look here: https://code.google.com/p/appengine-gcs-client/downloads/list you can see it has not been released yet. The check in date is Jul 26, 2013 whereas the latest release is June 5th. But I'll be in the lookout for next release. On Friday, August 23, 2013

Re: [google-appengine] GCS client library constantly running into urlfetch issues

2013-08-23 Thread Ye Yuan
If I guessed it right, that bug has been fixed and pushed out. http://stackoverflow.com/questions/17759843/appengine-cloudstorage-python-library-timeout-issue/17795075?noredirect=1#comment26927641_17795075 On Tuesday, August 20, 2013 7:18:08 PM UTC-7, rdodev wrote: > > Yes, the 500's were coming

Re: [google-appengine] GCS client library constantly running into urlfetch issues

2013-08-20 Thread rdodev
Yes, the 500's were coming from unavailable or unresponsive urlfetch. Scouring through StackOverflow I found out there is a known bug in the latest client library that will cause these problems. There's a minor hack to fix the problem, but involves messing with defaults of the gcs client librar

Re: [google-appengine] GCS client library constantly running into urlfetch issues

2013-08-20 Thread Vinny P
On Tue, Aug 20, 2013 at 2:27 PM, rdodev wrote: > Since migrating our object store away from the blobstore we are constantly > running into issues relating to urlfetch resulting into LOTS of 500's even > when providing very liberal RetryParams. I don't think there's anything we > could do on our e

[google-appengine] GCS client library constantly running into urlfetch issues

2013-08-20 Thread rdodev
All, Since migrating our object store away from the blobstore we are constantly running into issues relating to urlfetch resulting into LOTS of 500's even when providing very liberal RetryParams. I don't think there's anything we could do on our end to ameliorate the situation. So, does anyone