forked from cadence-workflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start cadence client worker upon worker role startup (cadence-workflo…
…w#1244) Starts cadence client as part of worker role. Next diff will include plumbing to send signal to hosted workflow to do system activity.
- Loading branch information
1 parent
e8c5b5e
commit bcd373f
Showing
16 changed files
with
1,905 additions
and
47 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ language: go | |
directories: | ||
- $HOME/.glide/cache | ||
go: | ||
- 1.11.x | ||
- 1.11.1 | ||
|
||
env: | ||
global: | ||
|
This file contains 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
Oops, something went wrong.