We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e865ef0 commit 9f02e1fCopy full SHA for 9f02e1f
tests/apps/scheduler/app.go
@@ -55,7 +55,7 @@ func main() {
55
func register(ctx context.Context) {
56
log.Printf("Registering jobs, reminders and workflows")
57
58
- cl, err := client.NewClient()
+ cl, err := client.NewClientWithAddress("127.0.0.1:3510")
59
if err != nil {
60
log.Fatal(err)
61
}
tests/e2e/testdata/run-template-files/test-scheduler.yaml
@@ -3,7 +3,7 @@ apps:
3
- appID: test-scheduler
4
appDirPath: ../../../apps/scheduler/
5
appPort: 9084
6
- daprHTTPPort: 3510
+ daprGRPCPort: 3510
7
command: ["go", "run", "app.go"]
8
appLogDestination: console
9
daprdLogDestination: console
0 commit comments