Increase the wait time of Twilio messaging? -


let's assume server has lag in internet network. whenever, twilio attempting message it, messaging succceding 50% of time , while other 50% failing because of http: connection timed out.

is there way tell twilio increase wait-time or retry messaging server?

twilio developer evangelist here.

you won't able increase timeout on twilio or have retry can check response twilio using callback url. providing twilio able make request server @ time.

twilio make request server tell whether able send message or not.

you add messages queue, , try resend them later on.

what use api error logs application, , try resend messages message wasn't sent. have @ events monitor api this.

let me know if helps you.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -