漏洞 ID 编号 |
BUG-000147513 |
已提交 | March 10, 2022 |
上次修改时间 | December 11, 2024 |
适用范围 | ArcGIS REST JS |
找到的版本 | 3.0 |
操作系统 | Windows OS |
操作系统版本 | 10.0 |
状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
A server returning a 504 timeout error is not the result of a bug in ArcGIS REST JS. BUG-000114163, BUG-000140115, and BUG-000114230 also return timeout errors with other services through proxies.
The most likely cause of this is limited server resources to process multiple concurrent edits. The reason this works in Postman is most likely due to the smallest of delays because Postman only sends one request at a time while looping or the delay between sending one request and typing in the next one and hitting send.
解决办法
Send a single bulk update for the server to process efficiently. Alternatively, delay each result until the previous one finishes, or allocate more resources to the server.
重现步骤