Skip to content

Commit 4b29989

Browse files
Change task queue
1 parent 5e0b3d9 commit 4b29989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • nexus-standalone-operations/worker

nexus-standalone-operations/worker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/temporalio/samples-go/nexus/service"
1515
)
1616

17-
const taskQueue = "nexus-standalone-operations"
17+
const taskQueue = "nexus-handler-queue"
1818

1919
func main() {
2020
// The client and worker are heavyweight objects that should be created once per process.

0 commit comments

Comments
 (0)