On Wed, Oct 16, 2013 at 1:41 AM, Kaan Soral <[email protected]> wrote:
> I've asked this on S.O. but couldn't get an official/certain answer - > http://stackoverflow.com/questions/19370726/is-it-safe-to-fire-and-forget-task-add-async-on-appengine/19374115 > > However while investigating an issue, I found an instance where the task > is added async, but it didn't execute, which led me to believe that it's > unsafe to fire and forget about the async task rpcs > In my experience, async added tasks are unsafe - it's always possible for the operation to fail. I can't link you to any official documentation though, this is just my experience. On Wed, Oct 16, 2013 at 1:43 AM, Kaan Soral <[email protected]> wrote: > Is it possible to replicate @ndb.toplevel / ndb _async functionality for > taskqueue? > Maybe something like @async_safe that will handle all lingering async calls > > Unfortunately I can't answer this question :-/ +1 to this though. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
