mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-20 08:10:26 -06:00
* re-add new testing harness * add healthcheck port and pick random grpc port to listen on * feat: parallel load tests and faster tests * make parallelism = 5 * fix: lint * add linter to pre * fix: add back rampup fixes * reduce matrix on PR, add matrix to pre-release step * make load tests less likely to block * make limit strategy group round robin * uncomment lines
Hatchet Examples
Contributing
These examples are generated from SDK source where they include, to contribute updates to these docs please make these changes in the sdk source:
- Typescript: ../sdks/typescript/src/v1/examples
- Python: ../sdks/python/examples
- Go: ../pkg/examples
Comment Markup
We use a special comment markup to generate code snips for our docs. Markups support single line comments in typescript/go // or python #.
Blocks
// > Block Title
BLOCK CONTENT
// !!
Highlights
HH-name 1 hello
hello world
Where 1 is the number of lines to highlight and hello are strings to specifically highlight.