Google mini xml 返回 504 错误代码
我们有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
错误 504 是内部超时。来自文档:
文档中的下一段建议您限制发送到 Search Appliance 的请求,以避免出现 504 错误。
Error 504 is an internal timeout. From the docs:
The next paragraph in the docs suggests that you limit the requests you send to the search appliance, to avoid getting a 504 error.
汤姆,
我有一个客户遇到了这个错误,我们通过重置迷你的索引来修复它。
请参阅我的博文了解更多信息。
担
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