You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/05 05:50:45 UTC

[GitHub] markusthoemmes commented on issue #3704: Provide graceful shutdown for invoker

markusthoemmes commented on issue #3704: Provide graceful shutdown for invoker
URL: https://github.com/apache/incubator-openwhisk/pull/3704#issuecomment-394589800
 
 
   I'm wondering if there is a race condition possible: Can the pool be intermittently non-busy while getting new messages from the feed? That is: Should we attach this condition to the feed as in:
   
   1. Shut down the feed.
   2. Wait until the feed has no more messages **and** has received a "Processed" message for every message it already handed out.

----------------------------------------------------------------
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