markusthoemmes commented on issue #2678: How to upgrade invoker gracefully URL: https://github.com/apache/incubator-openwhisk/issues/2678#issuecomment-326234383 The invoker does already have a shutdown hook which is supposed to clean up. That hook needs to wait until all the user load is finished and then return so the container can be removed. It also needs to make sure no load is accepted anymore (potentially by stop sending pings to the controller). If we're able to do that, we can remove the ansible jobs which clean up and gain the functionality that you're after. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
