AEM asset API - REST api socket time out exception
Hi All
We are using REST API in spring service which in-turn calls aem servlet and this servlet executues Assets API to create asset in AEM. In some cases we create 10-15 assets via Rest API call in loop without any delays. Assets size is just 30KB each.
Sometimes all assets are created successfully but sometimes API request timeouts. We get exception stating socket time out / Read timeout / bad request. And when we check in AEM though we got exception, behind the scene asset got created.
And we have set 500 seconds for http connection timeout but still this is occuring.
Anyone any idea or any suggestions what to do here?
Thank you.