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

fix(example): update go.mod, fix task run errors #342

Merged
merged 1 commit into from Jun 16, 2022
Merged

Conversation

fanweixiao
Copy link
Member

@fanweixiao fanweixiao commented Jun 16, 2022

before:

➜  1-pipeline git:(master) task run
task: [sfn] yomo run -n rand serverless/rand.go
task: [source] cat /dev/urandom | go run source/pipe.go
task: [zipper] yomo serve -c workflow.yaml
[zipper] Using config file: workflow.yaml
[sfn] Using config file: workflow.yaml
[zipper] ℹ️   Running YoMo-Zipper...
[sfn] ℹ️   YoMo Stream Function file: serverless/rand.go
[sfn] ⌛  Create YoMo Stream Function instance...
[zipper] 2022-06-16 11:22:40.372	[yomo:zipper] Listening SIGUSR1, SIGUSR2, SIGTERM/SIGINT...
[zipper] 2022-06-16 11:22:40.373	[core:server] ✅ [example-pipeline][11420] Listening on: [::]:9000, MODE: DEVELOPMENT, QUIC: [v1 draft-29], AUTH: [none]
[sfn] ℹ️   Starting YoMo Stream Function instance with Name: rand. Host: localhost. Port: 9000.
[sfn] ⌛  YoMo Stream Function building...
[source] go: github.com/yomorun/yomo@v1.7.3 requires
[source] 	github.com/emirpasic/gods@v1.18.1: missing go.sum entry; to add it:
[source] 	go mod download github.com/emirpasic/gods
[zipper] 2022-06-16 11:22:40.414	Received signal: interrupt
[zipper] 2022-06-16 11:22:40.414	graceful shutting down ... interrupt
task: Failed to run task "source": exit status 1

This change is Reviewable

@fanweixiao fanweixiao added the bug Something isn't working label Jun 16, 2022
@fanweixiao fanweixiao requested a review from venjiang June 16, 2022 07:55
@fanweixiao fanweixiao self-assigned this Jun 16, 2022
Copy link
Contributor

@venjiang venjiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@fanweixiao fanweixiao merged commit 9144a80 into master Jun 16, 2022
@fanweixiao fanweixiao deleted the fix/example branch June 16, 2022 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants