English 中文(简体)
如何在 Google App 引擎 Dev 服务器上使用拖放队列
原标题:How to use pull queue on dev server of Google App Engine

我们用推车排队已经很长一段时间了,

然而,在使用拉队列的新服务过程中,很难找到如何在Dev服务器上做同样的事情。

基本上从文档中,我们可以看到,您应该使用 REST APi (无法使用直接队列 api,因为它被外部应用程序所消耗) 来租赁/删除任务,其结尾点为

https://www.googleapis.com/taskqueue/v1beta1/projects/taskqueues

但显然这在本地的 Dev 服务器上行不通, 而且似乎没有任何地方可以谈论这个问题。

想知道是否有人曾经遇到过同样的问题 能够说明一些事情吗?

最佳回答
问题回答

暂无回答




相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...

热门标签