Thanks for the reply, Robert - I'm fairly sure it was run in the email queue, but yesterday when I purged the email queue and set the retry limit to 2, I did the same for the "default" queue just to be safe (these are my only 2 queues). It looks like no email tasks have been executed since then (on either queue), but again this morning I'm at 100% of quota.
Are there two email quotas? When I view Quota Details, I see one "Recipients Emailed" in the "Mail" section (which is at 0%), and another "Recipients Emailed" at the bottom under "Other Quotas With Warnings" (which is at 100%). The docs make it sound like maybe you can only have 100 unique recipients over the entire lifetime of your app...if that's the case, then maybe I'm running into a quota that isn't supposed to reset daily..? Still, there's no way I've emailed 100 different people; I'm running a limited beta with 8 users now, and before that I was running an alpha with about 10. Still confused... Andrew On Feb 14, 11:48 pm, Robert Kluin <[email protected]> wrote: > Hey Andrew, > Are you sure that task was run in your email queue? Perhaps it was > run in the default queue? > > Do your tasks run on front-ends or backends? Just asking in case > there is a long-running processon a backend sitting there spinning and > consuming your email quota. > > Robert > > On Tue, Feb 14, 2012 at 09:23, Andrew Richardson > > > > > > > > <[email protected]> wrote: > > > My app uses the Task Queue to send email messages...and a few days ago, I > > must have gotten a bad task in the queue. One of the tasks has been failing > > and retrying endlessly, eating up all my email quota (I guess they count > > against your quota even with the message fails to send). > > > Yesterday I paused my "email" queue, deleted a few tasks that looked like > > they could be causing problems, and was hoping to dispatch the rest by hand > > this morning to make sure they went out. But again, as soon as my quotas > > were reset, my app went wild and blew up all the email quota for today. > > > In the logs I see references to retries for things like > > "X-Appengine-Queuename:email, X-Appengine-Taskname:2162362032997459024" - > > but the email queue was supposedly paused, and that task number was not even > > in the queue! It's probably one of the ones I deleted by hand - is it > > expected for this task to still be present and running? Today I purged the > > email queue and set it to a retry limit of 2...so I'm hoping that helps. > > > Maybe I'm misunderstanding how Task Queues are supposed to work - I thought > > that pausing it would stop any pending tasks from executing until I resumed > > it? I hope someone can shed some light on this...thanks! > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To view this discussion on the web visit > >https://groups.google.com/d/msg/google-appengine/-/9G15Fj4GRBQJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
