Webhook timeout

Describe the bug
Sometimes when a webhook attempts to fire, we receive a network timeout with response body containing: Net::ReadTimeout. We aren’t running any Ruby on our end so I presume it’s happening on the Dato side. Clicking Resend on the webhook will result in a successful call.

To Reproduce
Steps to reproduce the behavior:
Unfortunately it doesn’t seem to be easily reproducible as it happens sporadically. None of the webhook calls run longer than a couple seconds so perhaps there’s a limit set that we’re exceeding?

Expected behavior
Would be great if the webhook would attempt a couple retries if it times out for whatever reason on the first attempt, that way we don’t have to go into the Activity Log and manually trigger the resend.