【发布时间】:2013-03-07 23:38:05
【问题描述】:
cron 计划的最小值和最大值是多少? cron 可以运行多长时间? 24小时? 下面的代码与时间表一起工作是 1 分钟。
cron:
- description: test
url: /test
schedule: every 1 minutes
但我想做到 30 秒
所以我写了
cron:
- description: test
url: /test
schedule: every 30 seconds
但是当我更新应用程序时它只是返回错误。
【问题讨论】:
标签: google-app-engine cron cron-task