Use of Cron jobs in Google App Engine

后端 未结 10 2096
情话喂你
情话喂你 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

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

    Here's a tutorial on using a Google App Engine Cron Job to send an automated email:

    http://www.fishbonecloud.com/2010/11/automated-email-using-google-app-engine.html

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

    Read comments to issue 6 for possible workarounds.

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

    You can use GAE Cron jobs, but be careful as they don't support HTTPS!

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