Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/parallelizing-work.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ restate-server
./gradlew -PmainClass=my.example.parallelizework.FanOutWorkerKt run
```
```shell Python
python parallelizework/app.py
uv run parallelizework/app.py
```
```shell Go
go run ./src/parallelizework
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/sagas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Restate automatically retries transient failures (network hiccups, temporary out
```

```bash Python
python sagas/app.py
uv run sagas/app.py
```

```bash Go
Expand Down