mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-24 15:53:24 +00:00
The update flow used to delete the active function before synchronously pulling the next and starting it. That meant functions would always face downtime during the pull. This changes the order to pre-pull and reduce any down time. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>