Skip to content

Commit 36d5ad6

Browse files
committed
updated readme
1 parent 2e67a59 commit 36d5ad6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data_pipeline/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ To run, first see [README.md](../README.md) for prerequisites. Then, run the fol
77
poetry run python run_worker.py
88
poetry run python start_data_pipeline.py
99

10+
In separate terminals
11+
12+
You can also demonstrate it waiting for a signal with:
13+
14+
poetry run python run_worker.py
15+
poetry run python start_data_pipeline_wait_signal.py
16+
poetry run python signal_load_complete.py
17+
18+
All in separate terminals.

0 commit comments

Comments
 (0)