Hacker News new | ask | show | jobs
by nico 1138 days ago
Can you buffer requests to Twilio dynamically based on feedback?

ie. Can the system be fed back number of undelivered messages and adjust throttle accordingly?

1 comments

There is no throttling today based on outbound failures. But I think it is a pretty common use case for handling destination failures.

Something like - if x or x% events are failing in a pipeline, pause the pipeline for y minutes or until some one unpauses it.

I can look at adding it.

That would be amazing