Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/jo…
Browse files Browse the repository at this point in the history
…bs/howto-schedule-jobs.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>
  • Loading branch information
msfussell authored Jul 3, 2024
1 parent a891f5f commit ff84590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ When you run `dapr init` in either self-hosted mode or on Kubernetes, the Dapr s
Run the Dapr sidecar alongside your application.

```bash
dapr run --app-id=distributed-scheduler --app-port 50070 --app-protocol grpc --log-level debug -- go run main.go
dapr run --app-id=jobs --app-port 50070 --app-protocol grpc --log-level debug -- go run main.go
```

## Next steps
Expand Down

0 comments on commit ff84590

Please sign in to comment.