This document discusses how Intuit implemented Hystrix, a resiliency library created by Netflix, to improve the reliability of Quickbooks Online (QBO). It describes challenges QBO faced with microservices architecture including cascade failures. It provides an overview of how Hystrix helps with circuit breaking, fallback handling, and metrics. The document also shares Intuit's experience applying Hystrix to legacy code, testing for failures, monitoring metrics, and improving the production support process.