不具合 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.
再現の手順