I'm working on a script/web app that receives webhooks from a 3rd party API, and I'm having a latency issue when I make more than 3-4 requests within a minute.
The first 3-4 requests are received by my endpoint pretty much instantly, but after that they can take anywhere from 2-8 minutes to reach my endpoint.
The 3rd party API team is looking into things on their end, but I'm wondering if it's possible that Google may have a latency on their webhook URLs.