Cron在谷歌应用引擎
问题描述:
我做了一个应用程序使用谷歌App Engine在每周项目和评估报告提交python。Cron在谷歌应用引擎
我想检查一下,星期五谁提交了报告,谁不只发送他上周没有提交报告的预定通知邮件。
,但我不希望发送通知邮件上谁已经在上周提交的报告周一,只是为了那些谁没有提交的报告
所以请建议我一些想法说。
答
不是你想要知道什么,但任何事情你可以通过计划做可以通过在GAE伫列完成,因此阅读本http://code.google.com/appengine/docs/python/taskqueue/
App Engine applications can perform background processing by inserting tasks (modeled as web hooks) into a queue. App Engine will detect the presence of new, ready-to-execute tasks and automatically dispatch them for execution, subject to scheduling criteria.