What are trying to achieve? Please describe in detail.
End to end testing
Do you get any error messages? Please provide a full error message screenshot and log file.
We do not get any errors. At some point API calls just block and wait till the client (calling) OS decides to close the connection
Have you installed latest fixes for the products
We use plane HTTP calls to invoke the cloud deployed Cumulocity API backend
To summarize - our integration tests oftentimes block on an API call to Cumulocity. It always seems to happen after a ‘larger’ number of requests (>1000) in a ‘limited’ time. We do not receive a 427 but the calls just blocks until the OS on the client side closes the connection
Any guidance on how to avoid this would be greatly appreciated.