When generating Post requests on the Create a task endpoint, I am seeing response times between 4-6 seconds. That seems very long for a simple task creation. Is this normal? Are there any plans to improve the efficiency of that endpoint?
For context, I’m using a third-party communications automation platform to send the Post requests, which unfortunately has a forced 4-second timeout, and automatic retries over the course of 3 hours. As a result, I’m getting duplicates I can’t control. I’ve asked them to increase that timeout length, or remove the retry logic, but barring one of those things happening, I won’t be able to connect the two tools as of now.