Google mini xml 返回 504 错误代码

发布于 2024-08-07 06:38:25 字数 335 浏览 4 评论 0原文

我们有一个 Google 迷你索引客户端站点,以 XML 格式返回结果。有时(在我的小样本中,千分之一的请求)结果不会返回 XML,而是返回以下内容:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE GSP SYSTEM "google.dtd">
<GSP VER="3.2">
    <ERROR>504</ERROR>
</GSP>

我找不到有关此错误含义或如何解决该错误的任何信息。有没有人见过它或有任何想法来解决这个问题。

We have a Google mini indexing a client site returning results in XML format. Occasionally (1 in 1000 requests in my small sample) results XML is not returned but the following is instead:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE GSP SYSTEM "google.dtd">
<GSP VER="3.2">
    <ERROR>504</ERROR>
</GSP>

I can't find any information on what this error means or how to resolve it. Has anyone seen it before or have any ideas to resolve the issue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

櫻之舞 2024-08-14 06:38:25

错误 504 是内部超时。来自文档

如果处理线程无法在一段时间内响应结果,Search Appliance 也可能会返回 500 或 504 错误响应。引发 500/504 错误之前 Search Appliance 的内部超时时间可能会有所不同,具体取决于响应的状态。

文档中的下一段建议您限制发送到 Search Appliance 的请求,以避免出现 504 错误。

Error 504 is an internal timeout. From the docs:

The search appliance can also return a 500 or 504 error response if a processing thread is unable to respond with results within a time period. The internal timeout period on the search appliance before a 500/504 error is thrown can vary depending on the state of the response.

The next paragraph in the docs suggests that you limit the requests you send to the search appliance, to avoid getting a 504 error.

世界等同你 2024-08-14 06:38:25

汤姆,

我有一个客户遇到了这个错误,我们通过重置迷你的索引来修复它。

请参阅我的博文了解更多信息。

Tom,

I had a client with this error, and we fixed it by resetting the mini's index.

See my blog post for more information.

Dan

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文