Bug ID Number |
BUG-000147513 |
Submitted | March 10, 2022 |
Last Modified | December 11, 2024 |
Applies to | ArcGIS REST JS |
Version found | 3.0 |
Operating System | Windows OS |
Operating System Version | 10.0 |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
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.
Workaround
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.
Steps to Reproduce