Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad dependency when hosting Twiml #1

Open
kevinburke opened this issue Oct 14, 2012 · 0 comments
Open

Bad dependency when hosting Twiml #1

kevinburke opened this issue Oct 14, 2012 · 0 comments

Comments

@kevinburke
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant