码迷,mamicode.com
首页 > 编程语言 > 详细

sae Python下设置定时任务

时间:2014-05-25 00:53:02      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:python   sae   cron   定时任务   错误   

官方文档在这里:http://sae.sina.com.cn/doc/python/cron.html


就是通过在config.yaml文件中添加Cron段,例如:

cron:
- description: timing_task
  url: /on_time
  schedule: "*/5 * * * *"

代表每5分钟以get方式访问/on_time这个链接。


还可以结合sae中的Taskqueue服务把大任务分成小任务,因为sae对于每次访问有时间限制,不能超过300秒。



提醒冒号后面记得留一个空格!

sae Python下设置定时任务,布布扣,bubuko.com

sae Python下设置定时任务

标签:python   sae   cron   定时任务   错误   

原文地址:http://blog.csdn.net/tigerstudent/article/details/26746971

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!