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
- Host: GitHub
- URL: https://github.com/temporalio/rules
- Owner: temporalio
- Created: 2023-10-25T12:58:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T14:49:30.000Z (about 1 year ago)
- Last Synced: 2025-06-08T20:06:39.165Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 2
- Watchers: 23
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
-----------|-------------