|
- url: /testcron |
| script: test.py |
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=.
On Nov 25, 4:28 am, googlegeeza
> > > google-appengi...@googlegroups.com<google-appengine%2Bunsubscrib e...@googlegroups.com>
glad you were able to figure it out on your own. it seems that it
turned into a "redirect" problem after all.
@googlegeeza: are you still having this problem or have you figured it
out as well? i tried your example, and it "works for me."
best regards,
-- wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2007,2001
"Python Fundamentals", Prentice Hall, (c)2009
http://corepython.com
wesley.j.chun :: wesc...@google.com
developer relations :: google app engine
> > > > > the admin console is "Toomanycontinues". This doesn't make sense as
> > > > > I am not doing anything in the job, just printing to the log. Code as
> > > > > below:
>
> > > > > cron.yaml:
> > > > > cron:
> > > > > - description: TestCron
> > > > > url: /testcron
> > > > > schedule: every 1 minutes
>
> > > > > test.py:
> > > > > class TestCron(webapp.RequestHandler):
> > > > > def get(self):
> > > > > logging.info('cron test')
>
> > > > > application = webapp.WSGIApplication( [('/testcron', TestCron),],
> > > > > debug=True)
>
> > > > > Why is it reportingtoomanycontinues? I am not looping anything, or