An open API service indexing awesome lists of open source software.

https://github.com/temporalio/rules

Curated, numbered, documented rules for errors, warnings, and guidelines
https://github.com/temporalio/rules

Last synced: 5 months ago
JSON representation

Curated, numbered, documented rules for errors, warnings, and guidelines

Awesome Lists containing this project

README

          

# Temporal Rules

This repository houses numbered and documented Temporal rules. These rules capture common errors, warnings, and
guidelines that occur across Temporal. The rules are meant for referencing and linking.

## Rules

All rules are in tables below by high-level category.

### SDK Rules (TMPRL1100-1299)

Rules that apply to Temporal SDKs.

Identifier | Description
-----------|-------------
[TMPRL1100](rules/TMPRL1100.md) | Non-determinism detected during workflow replay
[TMPRL1101](rules/TMPRL1101.md) | Deadlock detected during workflow run
[TMPRL1102](rules/TMPRL1102.md) | Workflow finished while handlers are still running

### Server Rules (TMPRL2100-2299)

Rules that apply to the Temporal server.

Identifier | Description
-----------|-------------

### Cloud Rules (TMPRL3100-3299)

Rules that apply to Temporal cloud.

Identifier | Description
-----------|-------------