BYOC Webhook Latency Spike to ServiceNow via VPC Endpoints

504 Gateway Timeout on POST /api/v2/dataactions/execute when triggering ServiceNow incident creation from Architect via private VPC endpoints. The payload is valid (verified via local curl), but the response time exceeds 30s only when routed through the eu-west-1 BYOC edge, bypassing standard public endpoints. ServiceNow logs show receipt after 45s, suggesting Genesys Cloud’s internal retry logic or edge routing is adding significant overhead before the actual HTTP call. Is there a known latency issue with Data Actions originating from private endpoints in this region, or should I be adjusting the timeout configuration in the Data Action definition?