google safebrowsing api response:操作完成前截止日期已过期

时间:2017-01-16 09:16:45

标签: quota safe-browsing

我使用google safebrowsing api来获取威胁列表中存在的url哈希前缀的全数。当我使用5个线程来完成这项工作时,作业完成但是延迟很高,所以我尝试将线程增加到7以及更多,但我在执行此操作时收到以下错误:

com.google.api.client.googleapis.json.GoogleJsonResponseException: 504 Gateway Time-out
{
  "code" : 504,
  "errors" : [ {
    "domain" : "global",
    "message" : "Deadline expired before operation could complete.",
    "reason" : "backendError"
  } ],
  "message" : "Deadline expired before operation could complete.",
  "status" : "DEADLINE_EXCEEDED"
}

但是,我确定我的每日配额没有超过。 通过查看控制台,我可以看到每秒的请求数不超过默认配额(3000 req / 100sec)。 上述错误还有什么其他原因?

0 个答案:

没有答案