Can’t quite understand why the outbound webhook from our BYOC Edge node is consistently timing out when triggering ServiceNow incident creation via Data Actions. The Edge is deployed in the London region, and the ServiceNow instance is on the AWS eu-west-1 cloud.
The Architect flow captures the digital channel event, processes it through a script node to format the JSON payload, and then calls the ServiceNow REST API. The issue arises specifically when the payload exceeds 2KB. Smaller test payloads succeed immediately. The Edge logs show a 408 Request Timeout returned by the ServiceNow integration endpoint, yet checking the ServiceNow system logs reveals the request was never received.
This suggests the packet is dropping at the Edge node’s outbound proxy or the TLS handshake is failing silently under load. We have verified the certificate chain is valid and the proxy settings in the Edge configuration file are correct. The timeout parameter in the HTTP node is set to 30 seconds, which should be sufficient.
Is there a known limitation with the BYOC Edge connector regarding large payload handling or specific TLS 1.3 cipher suite compatibility with ServiceNow’s API gateway? How can we increase the buffer size or adjust the keep-alive settings on the Edge node to prevent these intermittent drops?