Webhook events are sent with delays

Hi,

I’ve been using the “updated.deal” webhook to send data to our lambdas, and it’s been working great. One thing I noticed, however, is that whenever we move a deal to a different stage, that deal updated event is sent with a 5 - 45 minutes of delay, and it happens pretty consistently, regardless of the time of the day. I checked on the lambda side of things, and the functions are able to filter out unrelated events pretty quickly (< 10 ms per invoke). So I was wondering if this kind of delay behavior is expected when using PD’s webhooks? thanks!

Hey @Charlie_Meng
Welcome to the community :wave: and thanks for sharing the details! Could you please share the timeframe during which you observed these delays? It would also help if you could share the meta property of those payloads that are delayed.

Let me check with the engineering team.