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

inception and scaling with OpenFaaS #8

Open
mkomu opened this issue May 15, 2019 · 0 comments
Open

inception and scaling with OpenFaaS #8

mkomu opened this issue May 15, 2019 · 0 comments

Comments

@mkomu
Copy link

mkomu commented May 15, 2019

We are trying to run inception function on Intel based devices on
OpenFaaS (one master, one slave). We are have not been able to scale
it out. Wondering if this is general problem with OpenFaaS or just a problem with this function.

Expected Behaviour

Expecting that if inception is called multiple times that OpenFaaS would start scaling it out.

Current Behaviour

Apparently the alert manager scales only when it detects many (short?) function invocations per second. However, in this case, the inception function executes for several seconds and, hence, alert manager fails to scale out.

Steps to Reproduce (for bugs)

Just following inception function instructions and invoking it several times.

Your Environment

  • FaaS-CLI version ( Full output from: faas-cli version ): 0.8.8

  • Docker version docker version): 18.06

  • Are you using Docker Swarm or Kubernetes (FaaS-netes)? Kubernetes

  • Operating System and version (e.g. Linux, Windows, MacOS): Ubuntu 16.04.6 LTS

  • How much RAM is available on your nodes? 32 BB

  • Are you running on x86_64 or ARM? x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant