Automation and Private Cloud part V
We’ve come a long way in this series of articles. Thanks for coming along for the ride.
Whilst we haven’t worked our way through this in a fashion typical of a development project (today’s topic should never come last), hopefully it’s allowed us to tackle parts of automation projects independently.
At the end of our last article, we had some fairly modular automation code to solve a particular business problem. There is one critical piece missing though. Our code only covers the happy case. If anything unexpected happens, it all falls apart. In this article, we’ll look at some ways to handle that.