Code Monkey home page Code Monkey logo

Comments (4)

tardieu avatar tardieu commented on August 16, 2024

I think this error simply means that redis is not reachable from OpenWhisk actions.

How are you deploying OpenWhisk? You should not be using 127.0.0.1 for the redis host. This ip is meant to be resolved from the context of a running action. Depending on how you run OpenWhisk you may need a public redis with a public ip, or you may need to establish a common network between your redis deployment and OpenWhisk and use a proper ip for this network. To start with you may try using using a "real" ip for your host (not loopback).

from openwhisk-composer.

javelino-machship avatar javelino-machship commented on August 16, 2024

@tardieu, Thanks for answering, I deployed openwhisk using kubernetes.

I'm currently trying to setup a common network between redis and openwhisk.

from openwhisk-composer.

javelino-machship avatar javelino-machship commented on August 16, 2024

I think its not working? I tried connecting the redis-server(using docker) in the openwhisk network which in this case is "host", but still getting the same error,

do you guys install a separate redis server or use the redis-server included in the openwhisk kubernetes setup?

from openwhisk-composer.

javelino-machship avatar javelino-machship commented on August 16, 2024

got it working, i changed the url to the container ip so the parameter looks like this, im closing this one

{
    "name": "complexwf",
    "params": {
        "$composer": {
            "openwhisk": {
                "ignore_certs": true
            },
            "redis": {
                "uri": "redis://172.17.0.2:6379"
            }
        },   
        "value": "from-input" 
    }
}

from openwhisk-composer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.