Skip to content

Commit

Permalink
docs: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 3, 2024
1 parent 443bc90 commit f734318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ I hope you're now all motivated and ready to jump into our {doc}`tutorial`!
## Supplemental literature

- 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.

- [*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/).

- [*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.

- 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.
This one has a stronger focus on Python and working at a smaller scale.

0 comments on commit f734318

Please # to comment.