Use of Cron jobs in Google App Engine

后端 未结 10 2125
情话喂你
情话喂你 2020-12-08 19:51

How can I use Cron on Google App Engine?

10条回答
  •  遥遥无期
    2020-12-08 20:28

    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

提交回复
热议问题