Hacker News new | ask | show | jobs
by rektide 1423 days ago
> At first glance it seems like a simple, and easy to implement idea — just send the webhooks in order.

Not webhook specific but a couple hours today figuring out that some our service calls to internal services look like they open & are sent & processing, but the target server doesnt even see the request for a full 8s sometimes. The call itself was not thrle problem, the service just hadnt started until a long time after data was all sent.