Skip to content

Commit a5f41ef

Browse files
committed
Change Readme to instruct running from the root directory
1 parent 23edf7c commit a5f41ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

batch_sliding_window/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ A single instance of `SlidingWindowWorkflow` has limited window size and through
1010

1111
### Running This Sample
1212

13-
To run, first see [README.md](../README.md) for prerequisites. Then, run the following from this directory to start the worker:
13+
To run, first see [README.md](../README.md) for prerequisites. Then, run the following from root directory to start the worker:
1414

15-
uv run worker.py
15+
uv run batch_sliding_window/worker.py
1616

1717
This will start the worker. Then, in another terminal, run the following to execute the workflow:
1818

19-
uv run starter.py
19+
uv run batch_sliding_window/starter.py
2020

2121
The workflow will process 90 records using a sliding window of 10 parallel workers across 3 partitions, with a page size of 5 records per continue-as-new iteration.

0 commit comments

Comments
 (0)