You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/31 08:57:40 UTC

[GitHub] markusthoemmes commented on issue #2678: How to upgrade invoker gracefully

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:
users@infra.apache.org


With regards,
Apache Git Services