Google App Engine上的cron作业

时间:2017-06-27 03:24:03

标签: google-app-engine cron

我需要创建一个计划工作,我正在使用Google App引擎。 要求是cron作业将像这样每10分钟执行一次 每小时0,10,20,30,40,50,60。 我从Google网站上阅读了文档:[https://cloud.google.com/appengine/docs/standard/php/config/cronref#schedule_format][1]

这是我的配置:

schedule: every 10 minutes from 00:00 to 23:50

要求是否正确?

1 个答案:

答案 0 :(得分:2)

是的,没错。但是,如果你整天都在报道,那就是:

schedule: every 10 minutes