Resilience: 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:4814:48, 3 December 2023Elixirfan talk contribs 3,435 bytes +3,435 Created page with "== Resilience == Resilience refers to the ability of a system to recover or adapt to changes, failures, or errors. In the context of Elixir programming language, resilience plays a crucial role in building robust, fault-tolerant, and scalable applications. === Fault-Tolerance and Supervision === Fault-tolerance is a fundamental concept in Elixir that enables systems to recover from failures gracefully. The key mechanism behind fault-tolerance is the Supervisor..."