AWS M13 - Wellbore DDMS curve requests take a long time to complete or return a 503 error
Wellbore DDMS curve requests are very slow. A request to fetch 2 curves with 3 indices takes over 30 seconds, and sometimes this request will return a 503 error. Below is an example request that can be run to test Wellbore DDMS performance
curl --location --request GET 'https://r3m13-spur.preshiptesting.osdu.aws/api/os-wellbore-ddms/ddms/v3/welllogs/osdu:work-product-component--WellLog:AutoTest_999759740759/data?curves=DEPT%2CBulk%20Density' \
--header 'data-partition-id: osdu' \
--header 'accept: application/json' \
--header 'Authorization: Bearer ...'