Add proxy to faasd up

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2019-12-29 12:13:50 +00:00
committed by Alex Ellis
parent 52baca9d17
commit ff0cccf0dc
3 changed files with 40 additions and 1 deletions

View File

@ -186,7 +186,6 @@ func (s *Supervisor) Start(svcs []Service) error {
}
log.Println("Exited: ", exitStatusC)
// call start on the task to execute the redis server
if err := task.Start(ctx); err != nil {
log.Println("Task err: ", err)
return err