|
|
|
|
|
by sb8244
1807 days ago
|
|
What about supporting fast lookup of the event endpoint, so it can be queried more frequently? I think that a combo of webhooks / events is nice, but "what scope do we cut?" is an important question. Unfortunately, it feels like the events part is cut, when I'd argue that events is significantly more important. Webhooks are flashier from a PM perspective because they are perceived as more real-time, but polling is just as good in practice. Polling is also completely in your control, you will get an event within X seconds of it going live. That isn't true for webhooks, where a vendor may have delays on their outbound pipeline. |
|