right. the web2py cron/scheduler will not work on GAE (due to google restrictions). You have to use the GAE cron.
note that i mark my cron handlers in app.yaml as admin only (which means only cron or a GAE administrator can request those URLs) cfh On Friday, May 25, 2012 1:49:15 PM UTC-7, Umpei Kurokawa wrote: > > How do you guys schedule tasks for web2py apps using Google App Engine? > > I haven't had luck trying to get web2py's cron or scheduler to work for > some reason, > but Google App Engine's own cron engine seems to be working fine. >