I mean programmatically. Basically I was expecting something like Queue.purgeAllTasks().
It calls contextInitialized but not contextDestroyed. Isnt it a little strange ? I cannot persist something I am doing in memory for example based on context init-destory cycle. So everything has to be done per request (I guess as expected from the appengine.) Mete On Jan 23, 5:06 pm, John Patterson <[email protected]> wrote: > have you tried removing the queue.xml entry and updating? > > Yes, apps are reloaded frequently and every time your listener will be > called. > > On 23 Jan 2010, at 21:36, mete wrote: > > > > > > > Hello, > > > It seems there is no task delete/cancel operation for a queue, is > > there any plan for it ? > > > Also, suppose I have some tasks, lets say A,B and C in the queue. I > > want to be not able to insert another A task into this queue . This is > > not the task name does. I can do it in other ways -actually I did-, > > but I wonder if there is an easy way to do it. > > > Other question is it seems to me like url fetch is not realtime. Can > > it be the case ? What I do is, I disable access to some URL, but the > > effect of this appears some seconds or tries later. > > > Two last question is, it seems like > > ServletContextListener.contextDestroyed is not called, is it right ? > > Also, I experience some contextInitialized calls for same application > > (lets say 10 per day). Why is it ? Is it because the application is > > transferred into another appserver and initialized there ? > > > Thanks. > > > Mete > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine-java?hl=en > > . -- 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.
