检查Google App Engine中任务队列的状态 [英] Checking status of Task Queue in Google App Engine

查看:125
本文介绍了检查Google App Engine中任务队列的状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将几个任务放入任务队列中,并想知道具体任务何时完成。我在API中没有发现任何有关回调或检查任务状态的任何内容,所以我想我会看看其他人做了什么,或者是否有工作(或官方)方法来检查。我不关心个人任务,如果有帮助的话,我可以完成6个不同的任务,并且想知道所有6个任务完成的时间。

I'm putting several tasks into a task queue and would like to know when the specific tasks are done. I haven't found anything in the API about call backs, or checking the status of a task, so I thought I'd see what other people do, or if there's a work around (or official) way to check. I don't care about individual tasks, if it helps, I'm putting 6 different tasks in, and want to know when all 6 are complete.

谢谢! / p>

Thanks!

推荐答案

http://code.google.com/appengine/docs/ python / taskqueue / rest.html

这不能很好地适应数千个任务...

This does not scale well to thousands of tasks...

我喜欢管道API的建议!

I do like the pipeline API suggestion though!

这篇关于检查Google App Engine中任务队列的状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆