Google App Engine:使用 Cron for Python 计划任务
我已阅读此处的手册: http://code.google.com/appengine/docs/python/config /cron.html
但我想在某些特定时间执行一项任务:
- description: do this cron
url: /do-this-cron
schedule: every day 08:15,12:15,16:15
这合法吗?
我还没有看到任何其他时间用逗号分隔的例子。
I have read the manual here:
http://code.google.com/appengine/docs/python/config/cron.html
But I want to do a task at some specific times:
- description: do this cron
url: /do-this-cron
schedule: every day 08:15,12:15,16:15
Is this legit?
I havent seen any other examples where times are seperated by comma.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,计划格式不支持逗号分隔时间。你可以这样做:
No, the schedule format doesn't support comma-separated times. You can do this instead: