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

Redis triggered template for rust fails #799

Closed
mikkelhegn opened this issue Oct 2, 2022 · 2 comments · Fixed by #800
Closed

Redis triggered template for rust fails #799

mikkelhegn opened this issue Oct 2, 2022 · 2 comments · Fixed by #800
Labels
bug Something isn't working
Milestone

Comments

@mikkelhegn
Copy link
Member

Using the canary build version spin 0.5.0 (dfb3a90 2022-09-29) and the template for redis-rust results in the following error on spin up:

🐟 > spin up
Error: Failed to configure Redis trigger

Caused by:
    metadata error: missing required "redis_address"
Error: exit status: 1
@mikkelhegn mikkelhegn added the bug Something isn't working label Oct 2, 2022
@lann
Copy link
Collaborator

lann commented Oct 2, 2022

Almost certainly fallout from the big refactor. Looks like an easy fix

@etehtsea
Copy link
Contributor

etehtsea commented Oct 2, 2022

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]>
@radu-matei radu-matei added this to the Spin v0.6.0 milestone Oct 3, 2022
@lann lann closed this as completed in #800 Oct 3, 2022
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 a pull request may close this issue.

4 participants