Número de ID del error |
BUG-000147513 |
Enviado | March 10, 2022 |
Última modificación | December 11, 2024 |
Relacionado con | ArcGIS REST JS |
Versión encontrada | 3.0 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 |
Estado | Non-Reproducible
Este problema no se pudo reproducir cuando lo probó el equipo de desarrollo. Los problemas pueden recibir este estado cuando no se pueden reproducir o ya no son relevantes en una versión de desarrollo del software, pero no se ha instalado una solución específica para solucionar el problema. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
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.
Pasos para reproducir