Designing for Fault-Tolerance: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:2014:20, 3 December 2023Elixirfan talk contribs 2,884 bytes +2,884 Created page with "== Introduction == Designing for fault-tolerance is a crucial aspect of building robust and reliable systems using the Elixir programming language. Elixir provides powerful abstractions and tools that allow developers to create fault-tolerant applications that can handle errors and failures gracefully. This article explores various principles and best practices for designing fault-tolerant systems in Elixir. == Supervisors == Elixir's supervisor hierarchy is at the core..."