代码之家  ›  专栏  ›  技术社区  ›  Guido Leenders

itgenoda131“服务器当前不可用”在具有加入查询的精确在线上

  •  0
  • Guido Leenders  · 技术社区  · 8 年前

    join_set 在Exact Online上 Items ,我收到:

    The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state. (https://start.exactonline.be/api/v1/261941/logistics/Items?$select=*&filter=((ID eq guid...
    

    Picture of https error with OData call on Exact Online

    此错误在大约20分钟的API调用后发生。当我使用浏览器隔离执行API调用时,不会发生错误。

    1 回复  |  直到 8 年前
        1
  •  0
  •   Guido Leenders    8 年前

    该问题是由未知原因引起的;经过一段时间的激烈请求后,确切的在线API堆栈似乎变得有点不稳定。

    1. 不要使用 join_set 在查询中,但使用完全联接。是的,根据环境的不同,这一过程会运行更长的时间,并导致更多的调用,但API堆栈不会变得不稳定。
    2. join-set-points-per-request . 通常是100。一般来说,诸如“50”之类的值可以确保查询工作,尽管它现在运行的API调用量是原来的两倍。
    推荐文章