You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hosting the TwiML on the same infrastructure as the service being monitored is a bad idea, as an infrastructure failure would also take down your TwiML service and leave you in the dark for app notification.
It would be better to use something like Twimlets and just send the whole TwiML body in your initial API request.
It is still possible of course that the Twimlets service could go down. But if so, it's also likely that the Twilio service is down, which is an existing dependency problem. So you are reducing external notification dependencies from two to one.
The text was updated successfully, but these errors were encountered:
Hosting the TwiML on the same infrastructure as the service being monitored is a bad idea, as an infrastructure failure would also take down your TwiML service and leave you in the dark for app notification.
It would be better to use something like Twimlets and just send the whole TwiML body in your initial API request.
It is still possible of course that the Twimlets service could go down. But if so, it's also likely that the Twilio service is down, which is an existing dependency problem. So you are reducing external notification dependencies from two to one.
The text was updated successfully, but these errors were encountered: