任务排队,重试时没有任何反应(没有日志)

编程入门 行业动态 更新时间:2024-10-14 04:23:35
本文介绍了任务排队,重试时没有任何反应(没有日志)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我注意到在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.

更多推荐

任务排队,重试时没有任何反应(没有日志)

本文发布于:2023-11-23 16:18:55,感谢您对本站的认可!
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:没有任何   重试   日志

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!