[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-13 Thread Sagar Mutha
lysis than I am :). > > Cheers! > > On Thursday, November 12, 2015 at 1:46:42 PM UTC-5, Sagar Mutha wrote: >> >> Hey Patrice, >> >> The URLFetch code that I posted is not in production because it does not >> work for me. The request always times out after

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-12 Thread Sagar Mutha
.google.com/appengine/docs/java/config/appconfig#url_fetch_timeout > > On Wednesday, November 11, 2015 at 2:43:05 PM UTC-5, Sagar Mutha wrote: >> >> Not a solution I wanted to hear :( But, I guess I will have to do it if >> the library is the problem maker. Is there a library/ap

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-11 Thread Sagar Mutha
Not a solution I wanted to hear :( But, I guess I will have to do it if the library is the problem maker. Is there a library/approach that GAE recommends? Thanks, Sagar On Thursday, November 5, 2015 at 11:39:30 PM UTC-8, Sagar Mutha wrote: > > I have seen this error 2 days in a row now.

Re: [google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-10 Thread Sagar Mutha
rror (SET_SOCKET_OPTIONS) > might be different from the quota you're looking at, which is the "sockets > created". > > Is it possible that you reuse the same sockets a lot and you set your > options one at a time? Could you show some code about how you use and > create your sock

Re: [google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-06 Thread Sagar Mutha
Forgot to mention the thread sorry - https://groups.google.com/forum/?utm_medium=email_source=footer#!searchin/google-appengine/ApiProxy$24OverQuotaException/google-appengine/w_GG2Y-yHRA/KDKZS3zhEKgJ On Friday, November 6, 2015 at 5:25:19 PM UTC-8, Sagar Mutha wrote: > > Hello Patrice,

Re: [google-appengine] Re: OverQuotaException without being over quota

2015-11-06 Thread Sagar Mutha
Hello, I keep getting a com.google.apphosting.api.ApiProxy$OverQuotaException: The API call remote_socket.SetSocketOptions() required more quota than is available.` exception though my quota usage only shows 24%. I have also set a daily budget and the usage is way below that. This is really

Re: [google-appengine] The API call remote_socket.GetSocketOptions() required more quota than is available.

2015-11-06 Thread Sagar Mutha
Hello, Did any of you figure out the issue with this? I am running into this with my app daily and am struggling to figure out the issue. On Monday, April 13, 2015 at 11:04:50 AM UTC-7, Keith Johnston wrote: > > No I am still seeing this issue. I wonder if it the burst limit that it is >

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-06 Thread Sagar Mutha
> if that was your issue, as the call calls out the precise method that is > triggering the error. > > Can you show me the quotas you're seeing on your quota page? > > Cheers! > > Friday, November 6, 2015 at 2:39:30 AM UTC-5, Sagar Mutha wrote: >> >> I have seen t

[google-appengine] ApiProxy$OverQuotaException without being over quota!!

2015-11-05 Thread Sagar Mutha
I have seen this error 2 days in a row now. My app is way below the quota but it keeps showing this exception. `/api/seat com.google.apphosting.api.ApiProxy$OverQuotaException: The API call remote_socket.SetSocketOptions() required more quota than is available.` This is adversely affecting the