[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2011-02-24 Thread Haisheng HU
very agree with this idea!

can you guys increase recipients quota per minute to 20,
increase message body size quota per minute to 1MB, and
keep daily quota unchanged?

or i must introduce "task queues" into my app soon.

~hanson

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-20 Thread Cynthia Kurtz
BUT - a bit of feedback - 8 is A WHOLE LOT smaller than 2000. Moving
the free limit up to say 20 would probably make a big difference to
most people.

On Nov 20, 5:57 pm, Cynthia Kurtz  wrote:
> Mystery solved. Thanks for the info.
>
> On Nov 20, 4:49 pm, "Ikai L (Google)"  wrote:
>
> > There are also burst quotas:
>
> >http://code.google.com/appengine/docs/quotas.html#Per-minute_Quotas
>
> > The limits are here:
>
> >http://code.google.com/appengine/docs/quotas.html#Mail
>
> > The quota you're exceeding with 10 emails is the 8 recipients/minute limit.
> > Note that if you enable billing, this quota will go up to 5,100 recipients a
> > minute. We'll only bill you if you exceed the 2,000 free, so it might be a
> > good idea to turn this on if you need to do one-to-many emailing.
>
> > On Wed, Nov 18, 2009 at 9:56 PM, Cynthia Kurtz  wrote:
> > > My app id is rakontu. The issue came up when one of my users tried to
> > > send an email with a list of To: addresses with 10 emails in it. I
> > > tried to replicate the error and couldn't, but I only tried sending to
> > > two people at once. Could there be some hidden email to-list cutoff?
>
> > > On Nov 18, 11:35 pm, crag  wrote:
> > > > Thanks for taking a look, Ikai.
>
> > > > I doubt it is an hourly CPU thing.  After 20 hours, I have used 33% of
> > > > CPU quota and the load will likely have been well distributed over
> > > > that time.  Also, searching the logs for [Qq][Uu][Oo][Tt][Aa] do not
> > > > reveal anything except for mail.send calls.
>
> > > > On Nov 18, 2:31 pm, "Ikai L (Google)"  wrote:
>
> > > > > Cynthia,
>
> > > > > What's your application ID?
>
> > > > > Crag, is there any chance you could be over a CPU quota? I checked 
> > > > > your
> > > > > application and you are pretty close to an hourly quota. I'll
> > > investigate to
> > > > > see if exceeding a CPU quota on sending a mail is triggering that
> > > error.
>
> > > > > On Wed, Nov 18, 2009 at 2:27 PM, Cynthia Kurtz 
> > > wrote:
> > > > > > Same issue here. Being over quota is impossible since I've sent like
> > > > > > three messages. Any help?
>
> > > > > > On Nov 18, 1:38 pm, crag  wrote:
> > > > > > > My application had been sendingmailwithout a problem as of last
> > > > > > > week.  I uploaded a new version of the app a week ago (did not
> > > change
> > > > > > > the code that emails) and now get
>
> > > > > > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API
> > > > > > callmail.Send() required more quota than is unavailable.
>
> > > > > > > even though my quota shows zero emails sent so far.  Any ideas?  
> > > > > > > My
> > > > > > > app id is insiderclues.
>
> > > > > > > Thanks.
>
> > > > > > --
>
> > > > > > You received this message because you are subscribed to the Google
> > > Groups
> > > > > > "Google App Engine" group.
> > > > > > To post to this group, send email to
> > > google-appeng...@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to
> > > > > > google-appengine+unsubscr...@googlegroups.com
> > > 
>
> > > > > > .
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/google-appengine?hl=.
>
> > > > > --
> > > > > Ikai Lan
> > > > > Developer Programs Engineer, Google App Engine
>
> > > --
>
> > > You received this message because you are subscribed to the Google Groups
> > > "Google App Engine" group.
> > > To post to this group, send email to google-appeng...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine+unsubscr...@googlegroups.com
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine?hl=.
>
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
>
>

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-20 Thread Cynthia Kurtz
Mystery solved. Thanks for the info.

On Nov 20, 4:49 pm, "Ikai L (Google)"  wrote:
> There are also burst quotas:
>
> http://code.google.com/appengine/docs/quotas.html#Per-minute_Quotas
>
> The limits are here:
>
> http://code.google.com/appengine/docs/quotas.html#Mail
>
> The quota you're exceeding with 10 emails is the 8 recipients/minute limit.
> Note that if you enable billing, this quota will go up to 5,100 recipients a
> minute. We'll only bill you if you exceed the 2,000 free, so it might be a
> good idea to turn this on if you need to do one-to-many emailing.
>
>
>
> On Wed, Nov 18, 2009 at 9:56 PM, Cynthia Kurtz  wrote:
> > My app id is rakontu. The issue came up when one of my users tried to
> > send an email with a list of To: addresses with 10 emails in it. I
> > tried to replicate the error and couldn't, but I only tried sending to
> > two people at once. Could there be some hidden email to-list cutoff?
>
> > On Nov 18, 11:35 pm, crag  wrote:
> > > Thanks for taking a look, Ikai.
>
> > > I doubt it is an hourly CPU thing.  After 20 hours, I have used 33% of
> > > CPU quota and the load will likely have been well distributed over
> > > that time.  Also, searching the logs for [Qq][Uu][Oo][Tt][Aa] do not
> > > reveal anything except for mail.send calls.
>
> > > On Nov 18, 2:31 pm, "Ikai L (Google)"  wrote:
>
> > > > Cynthia,
>
> > > > What's your application ID?
>
> > > > Crag, is there any chance you could be over a CPU quota? I checked your
> > > > application and you are pretty close to an hourly quota. I'll
> > investigate to
> > > > see if exceeding a CPU quota on sending a mail is triggering that
> > error.
>
> > > > On Wed, Nov 18, 2009 at 2:27 PM, Cynthia Kurtz 
> > wrote:
> > > > > Same issue here. Being over quota is impossible since I've sent like
> > > > > three messages. Any help?
>
> > > > > On Nov 18, 1:38 pm, crag  wrote:
> > > > > > My application had been sendingmailwithout a problem as of last
> > > > > > week.  I uploaded a new version of the app a week ago (did not
> > change
> > > > > > the code that emails) and now get
>
> > > > > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API
> > > > > callmail.Send() required more quota than is unavailable.
>
> > > > > > even though my quota shows zero emails sent so far.  Any ideas?  My
> > > > > > app id is insiderclues.
>
> > > > > > Thanks.
>
> > > > > --
>
> > > > > You received this message because you are subscribed to the Google
> > Groups
> > > > > "Google App Engine" group.
> > > > > To post to this group, send email to
> > google-appeng...@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > google-appengine+unsubscr...@googlegroups.com
> > 
>
> > > > > .
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/google-appengine?hl=.
>
> > > > --
> > > > Ikai Lan
> > > > Developer Programs Engineer, Google App Engine
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




Re: [google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-20 Thread Ikai L (Google)
There are also burst quotas:

http://code.google.com/appengine/docs/quotas.html#Per-minute_Quotas

The limits are here:

http://code.google.com/appengine/docs/quotas.html#Mail

The quota you're exceeding with 10 emails is the 8 recipients/minute limit.
Note that if you enable billing, this quota will go up to 5,100 recipients a
minute. We'll only bill you if you exceed the 2,000 free, so it might be a
good idea to turn this on if you need to do one-to-many emailing.



On Wed, Nov 18, 2009 at 9:56 PM, Cynthia Kurtz  wrote:

> My app id is rakontu. The issue came up when one of my users tried to
> send an email with a list of To: addresses with 10 emails in it. I
> tried to replicate the error and couldn't, but I only tried sending to
> two people at once. Could there be some hidden email to-list cutoff?
>
> On Nov 18, 11:35 pm, crag  wrote:
> > Thanks for taking a look, Ikai.
> >
> > I doubt it is an hourly CPU thing.  After 20 hours, I have used 33% of
> > CPU quota and the load will likely have been well distributed over
> > that time.  Also, searching the logs for [Qq][Uu][Oo][Tt][Aa] do not
> > reveal anything except for mail.send calls.
> >
> > On Nov 18, 2:31 pm, "Ikai L (Google)"  wrote:
> >
> > > Cynthia,
> >
> > > What's your application ID?
> >
> > > Crag, is there any chance you could be over a CPU quota? I checked your
> > > application and you are pretty close to an hourly quota. I'll
> investigate to
> > > see if exceeding a CPU quota on sending a mail is triggering that
> error.
> >
> > > On Wed, Nov 18, 2009 at 2:27 PM, Cynthia Kurtz 
> wrote:
> > > > Same issue here. Being over quota is impossible since I've sent like
> > > > three messages. Any help?
> >
> > > > On Nov 18, 1:38 pm, crag  wrote:
> > > > > My application had been sendingmailwithout a problem as of last
> > > > > week.  I uploaded a new version of the app a week ago (did not
> change
> > > > > the code that emails) and now get
> >
> > > > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API
> > > > callmail.Send() required more quota than is unavailable.
> >
> > > > > even though my quota shows zero emails sent so far.  Any ideas?  My
> > > > > app id is insiderclues.
> >
> > > > > Thanks.
> >
> > > > --
> >
> > > > You received this message because you are subscribed to the Google
> Groups
> > > > "Google App Engine" group.
> > > > To post to this group, send email to
> google-appeng...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-appengine+unsubscr...@googlegroups.com
> 
> >
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine?hl=.
> >
> > > --
> > > Ikai Lan
> > > Developer Programs Engineer, Google App Engine
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=.
>
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Cynthia Kurtz
My app id is rakontu. The issue came up when one of my users tried to
send an email with a list of To: addresses with 10 emails in it. I
tried to replicate the error and couldn't, but I only tried sending to
two people at once. Could there be some hidden email to-list cutoff?

On Nov 18, 11:35 pm, crag  wrote:
> Thanks for taking a look, Ikai.
>
> I doubt it is an hourly CPU thing.  After 20 hours, I have used 33% of
> CPU quota and the load will likely have been well distributed over
> that time.  Also, searching the logs for [Qq][Uu][Oo][Tt][Aa] do not
> reveal anything except for mail.send calls.
>
> On Nov 18, 2:31 pm, "Ikai L (Google)"  wrote:
>
> > Cynthia,
>
> > What's your application ID?
>
> > Crag, is there any chance you could be over a CPU quota? I checked your
> > application and you are pretty close to an hourly quota. I'll investigate to
> > see if exceeding a CPU quota on sending a mail is triggering that error.
>
> > On Wed, Nov 18, 2009 at 2:27 PM, Cynthia Kurtz  wrote:
> > > Same issue here. Being over quota is impossible since I've sent like
> > > three messages. Any help?
>
> > > On Nov 18, 1:38 pm, crag  wrote:
> > > > My application had been sendingmailwithout a problem as of last
> > > > week.  I uploaded a new version of the app a week ago (did not change
> > > > the code that emails) and now get
>
> > > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API
> > > callmail.Send() required more quota than is unavailable.
>
> > > > even though my quota shows zero emails sent so far.  Any ideas?  My
> > > > app id is insiderclues.
>
> > > > Thanks.
>
> > > --
>
> > > You received this message because you are subscribed to the Google Groups
> > > "Google App Engine" group.
> > > To post to this group, send email to google-appeng...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine+unsubscr...@googlegroups.com
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine?hl=.
>
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread crag
Thanks for taking a look, Ikai.

I doubt it is an hourly CPU thing.  After 20 hours, I have used 33% of
CPU quota and the load will likely have been well distributed over
that time.  Also, searching the logs for [Qq][Uu][Oo][Tt][Aa] do not
reveal anything except for mail.send calls.

On Nov 18, 2:31 pm, "Ikai L (Google)"  wrote:
> Cynthia,
>
> What's your application ID?
>
> Crag, is there any chance you could be over a CPU quota? I checked your
> application and you are pretty close to an hourly quota. I'll investigate to
> see if exceeding a CPU quota on sending a mail is triggering that error.
>
>
>
> On Wed, Nov 18, 2009 at 2:27 PM, Cynthia Kurtz  wrote:
> > Same issue here. Being over quota is impossible since I've sent like
> > three messages. Any help?
>
> > On Nov 18, 1:38 pm, crag  wrote:
> > > My application had been sendingmailwithout a problem as of last
> > > week.  I uploaded a new version of the app a week ago (did not change
> > > the code that emails) and now get
>
> > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API
> > callmail.Send() required more quota than is unavailable.
>
> > > even though my quota shows zero emails sent so far.  Any ideas?  My
> > > app id is insiderclues.
>
> > > Thanks.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




Re: [google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Ikai L (Google)
Cynthia,

What's your application ID?

Crag, is there any chance you could be over a CPU quota? I checked your
application and you are pretty close to an hourly quota. I'll investigate to
see if exceeding a CPU quota on sending a mail is triggering that error.

On Wed, Nov 18, 2009 at 2:27 PM, Cynthia Kurtz  wrote:

> Same issue here. Being over quota is impossible since I've sent like
> three messages. Any help?
>
> On Nov 18, 1:38 pm, crag  wrote:
> > My application had been sendingmailwithout a problem as of last
> > week.  I uploaded a new version of the app a week ago (did not change
> > the code that emails) and now get
> >
> > com.google.apphosting.api.ApiProxy$OverQuotaException: The API
> callmail.Send() required more quota than is unavailable.
> >
> > even though my quota shows zero emails sent so far.  Any ideas?  My
> > app id is insiderclues.
> >
> > Thanks.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=.
>
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Cynthia Kurtz
Same issue here. Being over quota is impossible since I've sent like
three messages. Any help?

On Nov 18, 1:38 pm, crag  wrote:
> My application had been sendingmailwithout a problem as of last
> week.  I uploaded a new version of the app a week ago (did not change
> the code that emails) and now get
>
> com.google.apphosting.api.ApiProxy$OverQuotaException: The API 
> callmail.Send() required more quota than is unavailable.
>
> even though my quota shows zero emails sent so far.  Any ideas?  My
> app id is insiderclues.
>
> Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.