8 ms·
Are you guys using anything in particular to power the webhooks? I'll be integrating webhooks in my own app soon so I'm quite interested how others have 'solve
by bittersweet 14y ago
Are you guys using anything in particular to power the webhooks?
I'll be integrating webhooks in my own app soon so I'm quite interested how others have 'solved' that so to speak.
- cmorrisrsg 14y agoWe built on top of our own internal job scheduling systems that we use for email to handle retries, batching, and concurrency handling so we don't overwhelm your servers. It's all custom stuff, though.