Data Action Timeout on BYOC Trunk Status Check

Looking for some advice on troubleshooting this persistent latency issue with a Data Action querying trunk status for our 15 BYOC connections.

Error 504 Gateway Timeout on POST /api/v2/integrations/dataactions/{id}/invocations

The timeout occurs specifically when checking failover states across regions during peak hours in the Singapore timezone. Is there a known limitation on concurrent status checks for BYOC trunks?

{
“timeout”: 10000,
“retryCount”: 3
}


If I remember correctly, the default timeout is too short for 15 trunks. Increasing it helps. Also, check if you hit API rate limits during Singapore peak hours. Staggering the requests in JMeter reduces the 504 errors.