openfaas / faasd

A lightweight & portable faas engine
https://store.openfaas.com/l/serverless-for-everyone-else
Other
3k stars 213 forks source link

Blank function name shown on "faas-cli list" whilst container is being removed #58

Closed alexellis closed 4 years ago

alexellis commented 4 years ago

Expected Behaviour

A function to show up whilst being deleted, or to be completely removed during deletion.

Current Behaviour

A blank function name is shown in the place of the function being deleted on "faas-cli list" whilst the container is being removed (up to write_timeout seconds)

Steps to Reproduce (for bugs)

  1. faas-cli store deploy figlet
  2. faas-cli list
alex@alex-nuc8:/tmp$ faas-cli list
Function                        Invocations     Replicas
figlet                          0               1   
  1. faas-cli rm figlet &
  2. faas-cli list
alex@alex-nuc8:/tmp$ faas-cli list
Function                        Invocations     Replicas
                                0               0    
alexellis commented 4 years ago

@carlosedp PTAL?

carlosedp commented 4 years ago

Looking at this.

carlosedp commented 4 years ago

Created PR https://github.com/openfaas/faasd/pull/61 to address this.

carlosedp commented 4 years ago

Derek close: Fixed by #61