Skip to content

Commit f734318

Browse files
committed
docs: add link
1 parent 443bc90 commit f734318

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/motivation.md

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ I hope you're now all motivated and ready to jump into our {doc}`tutorial`!
6363
## Supplemental literature
6464

6565
- The [*Exponential Backoff And Jitter*](https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/) article on the *AWS Architecture Blog* is a good explanation of the basics with pretty graphs.
66+
67+
- [*Addressing Cascading Failures*](https://sre.google/sre-book/addressing-cascading-failures/) is a relevant chapter from Google's [*Site Reliability Engineering* book](https://sre.google/books/).
68+
6669
- [*Resiliency in Distributed Systems*](https://blog.pragmaticengineer.com/resiliency-in-distributed-systems/) takes a broader view and explains how to build resilient systems in general.
70+
6771
- And finally, I've given a talk at PyCon US 2017 called [*Solid Snakes or: How to Take 5 Weeks of Vacation*](https://www.youtube.com/watch?v=YVuqeXyvOUc) that addresses the various aspects to take care of to... take five weeks of (uninterrupted!) vacation.
6872
This one has a stronger focus on Python and working at a smaller scale.

0 commit comments

Comments
 (0)