-
Notifications
You must be signed in to change notification settings - Fork 259
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
Redis triggered template for rust fails #799
Labels
bug
Something isn't working
Milestone
Comments
Almost certainly fallout from the big refactor. Looks like an easy fix |
Merged
Should be fixed in #800. |
etehtsea
added a commit
to etehtsea/spin
that referenced
this issue
Oct 3, 2022
Fixes the following error: $ spin build up --follow-all <..> Successfully ran the build command for the Spin components. Error: Failed to configure Redis trigger Caused by: metadata error: missing required "redis_address" Error: exit status: 1 Refs: fermyon#763. Closes fermyon#799. Signed-off-by: Konstantin Shabanov <[email protected]>
etehtsea
added a commit
to etehtsea/spin
that referenced
this issue
Oct 3, 2022
Fixes the following error: $ spin build up --follow-all <..> Successfully ran the build command for the Spin components. Error: Failed to configure Redis trigger Caused by: metadata error: missing required "redis_address" Error: exit status: 1 Refs: fermyon#763. Closes fermyon#799. Signed-off-by: Konstantin Shabanov <[email protected]>
etehtsea
added a commit
to etehtsea/spin
that referenced
this issue
Oct 3, 2022
Fixes the following error: $ spin build up --follow-all <..> Successfully ran the build command for the Spin components. Error: Failed to configure Redis trigger Caused by: metadata error: missing required "redis_address" Error: exit status: 1 Refs: fermyon#763. Closes fermyon#799. Signed-off-by: Konstantin Shabanov <[email protected]>
etehtsea
added a commit
to etehtsea/spin
that referenced
this issue
Oct 3, 2022
Fixes the following error: $ spin build up --follow-all <..> Successfully ran the build command for the Spin components. Error: Failed to configure Redis trigger Caused by: metadata error: missing required "redis_address" Error: exit status: 1 Refs: fermyon#763. Closes fermyon#799. Signed-off-by: Konstantin Shabanov <[email protected]>
etehtsea
added a commit
to etehtsea/spin
that referenced
this issue
Oct 3, 2022
Fixes the following error: $ spin build up --follow-all <..> Successfully ran the build command for the Spin components. Error: Failed to configure Redis trigger Caused by: metadata error: missing required "redis_address" Error: exit status: 1 Refs: fermyon#763. Closes fermyon#799. Signed-off-by: Konstantin Shabanov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the canary build version
spin 0.5.0 (dfb3a90 2022-09-29)
and the template for redis-rust results in the following error onspin up
:The text was updated successfully, but these errors were encountered: