vote up 12 vote down star
5

How can I use cron on Google Appengine?

flag

7 Answers

vote up 1 vote down

You can now run scheduled tasks with google appengine

http://code.google.com/appengine/docs/python/config/cron.html#Securing_URLs_for_Cron

link|flag
vote up 15 vote down

Google has officially enabled cron in the AppEngine, for more details check: Cron for Python: http://code.google.com/appengine/docs/python/config/cron.html Cron for Java http://code.google.com/appengine/docs/java/config/cron.html

link|flag
vote up 1 vote down

According to the official AppEngine blog's public roadmap update two weeks ago, scheduled tasks (as well as background task queues) are due for the release in the moderately near future ("in the next six months," as of Feb. 6, 2009).

link|flag
vote up 1 vote down

See this post - maybe soon we'll get sort-of-cron functionality in GAE.

link|flag
vote up 1 vote down

Read comments to issue 6 for possible workarounds.

link|flag
All suggested workarounds in that link depend on external box. The answer 1 suggests a work around without an external box – anonymous Sep 28 '08 at 11:22
vote up 3 vote down

This page lists how to achieve Cron-like functionality on Google Appengine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.