在Google App Engine中使用Cron作业

31 cron google-app-engine

如何在Google App Engine上使用Cron?

Ben*_*zar 36

Google已在AppEngine中正式启用了cron,详细信息请查看:

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


Ros*_*oss 3

本页列出了如何在 Google Appengine 上实现类似 Cron 的功能。