Skip to content

Commit

Permalink
Update README.md (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Aug 27, 2024
1 parent 87fe13e commit 50e1d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flows-advanced/parent-orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ agnostic and wouldn't need to change if the deployments used a different infra b
The only thing required in order to run this example is to have Prefect installed and these deployments created:

```bash
prefect deployment build pokemon_weight.py:get_total_pokemon_weight --name orchestrator -a
prefect deploy pokemon_weight.py:get_total_pokemon_weight -n orchestrator
```

```bash
prefect deployment build pokemon_weight.py:process_pokemon_batch --name worker -a
```
prefect deploy pokemon_weight.py:get_total_pokemon_weight -n worker
```

0 comments on commit 50e1d13

Please sign in to comment.