Well.. it's all documented in the API.. if you have a bunch of resource
heavy tasks.. you may want to put a cap on the retries and have it silently
pass once the limit is reached (maybe have it send you an email
notification).

On Tue, Feb 23, 2010 at 3:51 PM, Ryan W <[email protected]> wrote:

> I agree, I think a setting in the queue.yaml file for a max retry
> count would be helpful.
>
> Why is there a retry at all I wonder?  I burned up my whole CPU quota
> yesterday, not realizing the task queue was retrying tasks over and
> over, which were getting deadline exceeded errors.
>
> On Feb 9, 9:40 pm, saintthor <[email protected]> wrote:
> > thank you all.
> >
> > i know about eta and X-AppEngine-TaskRetryCount. i think setting a
> > param is better.
> >
> > On 2月7日, 下午2时10分, kang <[email protected]> wrote:
> >
> > > So we can get the already retried times and limit theretrytimes by
> > > ourself. Thanks.
> >
> > > On Sun, Feb 7, 2010 at 12:30 AM, Prashant Gupta <
> [email protected]>wrote:
> >
> > > > you can check for X-AppEngine-TaskRetryCount in your code.
> >
> > > >
> http://code.google.com/appengine/docs/java/taskqueue/overview.html#Ta...
> >
> > > > On 6 February 2010 21:24, Eli Jones <[email protected]> wrote:
> >
> > > >> When you add thetask.. just use eta argument to set the time you
> want it
> > > >> done by.. and then pass that time to thetaskin the params as 'eta'.
> >
> > > >> Then, when thetaskstarts running.. have a check the compares the
> current
> > > >> datetime to the 'eta' param.. if the 'eta' is greater than the
> current
> > > >> datetime.. then have theTask"succeed" by doing nothing.
> >
> > > >> On Sat, Feb 6, 2010 at 3:02 AM, saintthor <[email protected]>
> wrote:
> >
> > > >>> if not, i sugest a param to set it.
> >
> > > >>> in document: App Engine will attempt toretryuntil it succeeds. i do
> > > >>> not think it is necesery.
> >
> > > >>> --
> > > >>> 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]<google-appengine%[email protected]>
> <google-appengine%[email protected]<google-appengine%[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]<google-appengine%[email protected]>
> <google-appengine%[email protected]<google-appengine%[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]<google-appengine%[email protected]>
> <google-appengine%[email protected]<google-appengine%[email protected]>
> >
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine?hl=en.
> >
> > > --
> > > Stay hungry,Stay foolish.
>
> --
> 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]<google-appengine%[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.

Reply via email to