Description
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