spcl / rFaaS

rFaaS: a high-performance FaaS platform with RDMA acceleration for low-latency invocations.
https://mcopik.github.io/projects/rfaas/
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Correct executor shutdown #9

Open mcopik opened 3 years ago

mcopik commented 3 years ago

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.

mcopik commented 2 years ago

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