Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update dapr cli to 1.14.1 / runtime to 1.14.2 #1094

Merged
merged 3 commits into from
Sep 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: declare a scheduler host address for the multi-app run templates
Signed-off-by: mikeee <hey@mike.ee>
mikeee committed Aug 30, 2024
commit 59219dbdb9b96119b7e08407c0e7b48c053b0beb
3 changes: 2 additions & 1 deletion jobs/go/http/dapr.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -8,6 +8,7 @@ apps:
appPort: 6400
daprGRPCPort: 6481
appProtocol: grpc
schedulerHostAddress: localhost
command: ["go", "run", "."]
- appDirPath: ./job-scheduler/
appID: job-scheduler