Numéro d’ID de bogue |
BUG-000147513 |
Envoi | March 10, 2022 |
Dernière modification | December 11, 2024 |
S’applique à | ArcGIS REST JS |
Version trouvée | 3.0 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 |
Statut | Non-Reproducible
Ce problème n’a pas pu être reproduit au cours des tests réalisés par l’équipe de développement. Ce statut peut être attribué aux problèmes qui sont impossibles à reproduire ou qui ne sont plus d’actualité dans une version de développement du logiciel, alors qu’aucun correctif spécifique n’a été installé pour résoudre le problème. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
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.
Étapes pour reproduire