views:

35

answers:

2

I'd like to write a web site using App Engine. The web site will be a front end for schedule the execution of some events that I plan to run with cron. Can I use cron from App Engine?

Anyone can provide an example?

A: 

google shows it's possible with python.

http://code.google.com/intl/sk-SK/appengine/docs/python/config/cron.html

Adam Kiss
+3  A: 

The short answer is yes. Here are the docs for Python.

Sean Devlin