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
Copy file name to clipboardexpand all lines: docs/motivation.md
+4
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,10 @@ I hope you're now all motivated and ready to jump into our {doc}`tutorial`!
63
63
## Supplemental literature
64
64
65
65
- 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
+
66
69
-[*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
+
67
71
- 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.
68
72
This one has a stronger focus on Python and working at a smaller scale.
0 commit comments