spcl / rFaaS

rFaaS: a high-performance FaaS platform with RDMA acceleration for low-latency invocations.

Home Page:https://mcopik.github.io/projects/rfaas/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct executor shutdown

mcopik opened this issue · comments

Currently, we use repetition limit for executor shutdown, as it helps us with designing benchmarks. However, in real deployment, we should use the normal shutdown signal from the client.

Also, the manager should look for executor not being shut down and kill it.