mirror of https://github.com/dapr/quickstarts.git
Merge branch 'jobs-python' of https://github.com/rochabr/dapr-quickstarts into jobs-python
Merging.
This commit is contained in:
commit
3a0a992c2c
|
|
@ -98,7 +98,7 @@ cd job-service
|
|||
dapr run --app-id job-service --app-port 6200 --dapr-http-port 6280 -- python app.py
|
||||
```
|
||||
|
||||
### Schedule Jobs
|
||||
### Schedule jobs
|
||||
|
||||
1. On a new terminal window, schedule the `R2-D2` Job using the Jobs API:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue