Comment on Show HN: Cptn.io – open-source integration platformComments−nico3yCan you buffer requests to Twilio dynamically based on feedback?ie. Can the system be fed back number of undelivered messages and adjust throttle accordingly?−kc10OP3yThere 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.−nico3yThat would be amazing
Comments
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?
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