Did you look at your logs and see if it ever gets called?
On Thu, Feb 10, 2011 at 23:32, momijigari <[email protected]> wrote: > I'm trying to create a jabber bot which has to perform an action every > 5 minutes. So he has a doGet method, and there is a cron.xml which > triggers a servlet at the path <url>/_ah/xmpp/message/chat/</url> > > But in my Web Admin Panel I see that cron task never succeeds. > > /_ah/xmpp/message/chat/ every 5 minutes (UTC) > Pinging 2011/02/11 04:21:40 on time > Failed > > So is it restriced by GAE, and /_ah/xmpp/message/chat/ cannot be > triggered by Cron? Or am I doing something wrong? > > -- > 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. > > -- 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.
