Created
February 28, 2022 19:13
-
-
Save percybolmer/fae0638a3a28cff1c5a3702134b060d2 to your computer and use it in GitHub Desktop.
Cadence running the worker service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
percy@tavern: go run main.go | |
2022-02-28T20:12:23.215+0100 INFO internal/internal_worker.go:834 Started Workflow Worker {"Domain": "tavern", "TaskList": "greetings", "WorkerID": "10484@DESKTOP-3DP516F@greetings@b2156771-c3f8-4e3e-845f-375b1f58081a"} | |
2022-02-28T20:12:23.239+0100 INFO internal/internal_worker.go:859 Started Activity Worker {"Domain": "tavern", "TaskList": "greetings", "WorkerID": "10484@DESKTOP-3DP516F@greetings@b2156771-c3f8-4e3e-845f-375b1f58081a"} | |
2022-02-28T20:12:23.239+0100 INFO app/main.go:44 Started Worker. {"worker": "greetings"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment