任务排队,重试时没有任何反应(没有日志) [英] Tasks queue up, nothing happens on retry (no log)

查看:97
本文介绍了任务排队,重试时没有任何反应(没有日志)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到在Google App Engine的任务队列中有超过1,000个任务排队等候。当我点击立即运行时,似乎没有发生任何事情,日志条目中没有错误等。我加倍检查了一切,但一切似乎都很好。唯一可疑的是我在任务队列控制台的上次运行标签下,显示Last http response code:404。尽管404,URL看起来很好,我可以在浏览器中调用它。而且,这些任务也按预期运行。没有日志,我不知道还有什么要检查的。

I noticed that over 1,000 tasks queued up in Google App Engine's task queue. When I hit "Run Now" nothing seems to happen, no error in the log entry, etc. I double checked everything, but everything seems fine. The only suspicious thing to me was under the "Previous Run" tab in the task queue console, it showed "Last http response code: 404". Despite the 404, the URL seems fine, I can call it in a browser. Also, tasks just like those also run as expected. Without a log, I do not know what else to check.

以前有些任务可能失败了,但经过修复后,该错误应该消失。

Some tasks may have failed before, but after a fix, that error should be gone.

我正在使用Java App Engine SDK 1.7.0和一个像这样的自定义队列:

I'm using Java App Engine SDK 1.7.0 and a custom queue like this:

<queue>
    <name>data-import</name>
    <rate>1/s</rate>
    <bucket-size>3</bucket-size>
    <max-concurrent-requests>1</max-concurrent-requests>
</queue>

那么,有什么线索会发生什么?或者还有什么要检查的?

So, any clues what's going on? Or what else to check?

推荐答案

你还在遇到问题吗?您是否使用Master / Slave或High Replication?

Are you still experiencing the problem? Are you using Master/Slave or High Replication?

您可以报告错误并提供您的应用程序ID。

You can report a bug and provide your application id.

这篇关于任务排队,重试时没有任何反应(没有日志)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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