Hacker News new | ask | show | jobs
by bittersweet 5106 days 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.

1 comments

We 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.