Tags: ndsun/faas
Tags
Adds HTTP Host entry Fixes: openfaas/of-watchdog#24 Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
Bump gateway version to 0.8.7 This commit bumps gateway version to 0.8.7 in docker-compose.yml and also adds `scale_from_zero` environment variable to the gateway. Fixes: openfaas#780 Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
Refactor scaling to use existing code Existing code has been used for scaling up and querying replicas. This meant the new code was deleted and there is less duplication now. The cache store a whole query response rather than just the available replica count and the tests were updated. This has been tested with Docker swarm and the image: openfaas/gateway:scale-17-07-2018 This feature now needs the env-var of scale_from_zero to be enabled in order to turn on the scaling behaviour. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
Move CI to use openfaas/* ns This was a miss by refactoring work and is causing a CI failure https://travis-ci.org/openfaas/faas/builds/404409816 Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>