Files
Chris Smith 6b52eb2971 Document the circuit breaker component and relationship to Nexus (#10910)
## What changed?

Add a new `docs/architecture/circuit-breaker.md` file to explain the
circuit breaker component, and in particular how it relates to Nexus
requests.

The content was initially GenAI slop, with multiple revisions and
hand-crafted/artisanal edits to make it more concise and readable. There
are still some tell tale signs, e.g. "This key is the crux of the
isolation story." But to be honest, that seemed to help digest the
document. But I'm happy to revise as desired.

## Why?

This was something that I wanted to understand more deeply, and took a
non-zero amount of time to track down and understand some of the "how
and why" for Nexus.

## How did you test it?

NA, doc addition only.

## Potential risks

NA.
2026-07-06 16:28:25 +00:00
..
2026-04-02 22:04:42 +00:00
2026-04-02 22:04:42 +00:00
2024-03-18 23:13:02 -07:00

Temporal Server Documentation

This folder contains docs for those working closely with the Temporal server. If you are more interested in just authoring workflows, see our Getting Started Guide.

Core Documentation Sections

Architectural Diagrams (/architecture)

This section contains high-level explanations of Temporal's architecture and core concepts. It is designed to be useful for both server developers and those interested in understanding the technological underpinnings of Temporal. Detailed diagrams and descriptions can be found there.

Development Instructions (/development)

Here, you'll find guides to setting up a local development environment, along with potentially more advanced topics such as adding migrations or new Remote Procedure Calls (RPCs). This section is essential for developers looking to contribute to the Temporal codebase or understand its inner workings.

Operational Guides (/admin)

This section provides reference materials for administrators responsible for deploying Temporal in a production environment. It is pretty bare for now, but it is intended to covers topics like spinning up a production environment, configuring it, and monitoring it with metrics and dynamic configurations. For now, you can find this info on the Temporal docs website at https://docs.temporal.io/self-hosted-guide.