Currently we are running an integration which we are inserting values into list through Mulesoft.
However sporadically through out the day, we would get time out errors inserting into Anaplan.
If we are inserting batches of 500+ records from the API, Anaplan endpoint seems to either timeout or extremely slow.
This has been observed in postman also.
Solutions we have tried to resolve this:
Setting time out to 90 seconds for http request timeout
Setting retry on scenario where it timeout the first time (This solves some but some could try 3 times and still fail)
Does anyone else have this issue?
I have a few theories.
1. Anaplan API is rate limiting the call. (No proof through support or documentation)
2. Model is currently running another process causing Anaplan API to be slow and timeout the insertion.