thanks that seems to be the issue. cron had doGet but the queue has only doPost . Thanks a lot !
Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Thu, Jan 3, 2013 at 6:27 PM, Takashi Matsuo <[email protected]> wrote: > > Hi Vik, > > It seems to me that your task is just retrying over and over with 405 http > error code. > Can you check if the handler for that task can handle HTTP GET requests? > > > On Thu, Jan 3, 2013 at 6:15 PM, Vik <[email protected]> wrote: > >> sakshumweb-hrd >> >> Thankx and Regards >> >> Vik >> Founder >> http://www.sakshum.org >> http://blog.sakshum.org >> >> >> On Thu, Jan 3, 2013 at 6:14 PM, Takashi Matsuo <[email protected]>wrote: >> >>> >>> Hi Vik, >>> >>> Can you tell me your app-id so that I can take a look. >>> >>> >>> On Thu, Jan 3, 2013 at 6:06 PM, Vik <[email protected]> wrote: >>> >>>> anyone on this please ? >>>> >>>> Thankx and Regards >>>> >>>> Vik >>>> Founder >>>> http://www.sakshum.org >>>> http://blog.sakshum.org >>>> >>>> >>>> On Wed, Jan 2, 2013 at 4:09 PM, Vik <[email protected]> wrote: >>>> >>>>> Hi >>>>> >>>>> I created a cron job which queues a task in the app engine for java. I >>>>> can see since yesterday there is a task in the queue but its not >>>>> executing. >>>>> >>>>> The time value for oldest task keep changing on every refresh and goes >>>>> to 0 and then starts again from some arbitrary value. >>>>> >>>>> Thankx and Regards >>>>> >>>>> Vik >>>>> Founder >>>>> http://www.sakshum.org >>>>> http://blog.sakshum.org >>>>> >>>> >>>> -- >>>> 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. >>>> >>> >>> >>> >>> -- >>> Takashi Matsuo | Developers Advocate | [email protected] >>> >>> -- >>> 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. >> > > > > -- > Takashi Matsuo | Developers Advocate | [email protected] > > -- > 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.
