Use of Cron jobs in Google App Engine

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

How can I use Cron on Google App Engine?

相关标签:
10条回答
  • 2020-12-08 20:12

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

    0 讨论(0)
  • 2020-12-08 20:17

    Here is an example http://cron-tab.appspot.com/, the python source code is available in the related project at code.google.com/p/cron-tab/

    0 讨论(0)
  • 2020-12-08 20:21

    Use http://schedulerservice.appspot.com/ or http://code.google.com/p/gaeutilities/wiki/Cron

    0 讨论(0)
  • 2020-12-08 20:23

    You can now run scheduled tasks with google appengine

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

    0 讨论(0)
  • 2020-12-08 20:23

    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).

    0 讨论(0)
  • 2020-12-08 20:25

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

    0 讨论(0)
提交回复
热议问题