Skip to content

Commit

Permalink
fix: declare a scheduler host address for the multi-app run templates
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Aug 30, 2024
1 parent cca5fab commit 59219db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/go/http/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ apps:
appID: job-service
appPort: 6200
daprHTTPPort: 6280
schedulerHostAddress: localhost
command: ["go", "run", "."]
- appDirPath: ./job-scheduler/
appID: job-scheduler
appPort: 6300
daprHTTPPort: 6380
command: ["go", "run", "."]
command: ["go", "run", "."]
1 change: 1 addition & 0 deletions jobs/go/sdk/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apps:
appPort: 6400
daprGRPCPort: 6481
appProtocol: grpc
schedulerHostAddress: localhost
command: ["go", "run", "."]
- appDirPath: ./job-scheduler/
appID: job-scheduler
Expand Down

0 comments on commit 59219db

Please sign in to comment.