Hi, Queued tasks usually start after a few tenths of milliseconds provided that you set it right (bucket size, etc...) if you expect more than 1 task running in parallel.
regards didier On Mar 9, 7:21 am, suersh babu <[email protected]> wrote: > We have gwt module, In this module I can use rpc to wait for the task queue > to complete after adding task job, but my concern is when does the task > queue start executing after adding into task queue, whether immediately or > later some time with any delay like that ? > > Any help would be greatly appreciated. > > On Mon, Mar 7, 2011 at 7:45 PM, Matija <[email protected]> wrote: > > If your user starts some action that updates a lot of entities and you need > > to show him soon after that action all or many of these entities then you > > should probably change your entities model or user interface. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" 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-java?hl=en. > > -- > *Regards** > > Suresh Babu G* > > http://www.AccountingGuru.in<http://www.accountingguru.in/> -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
