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/06/13 20:55:41 UTC

[GitHub] csantanapr commented on a change in pull request #178: convert from threading to multiprocessing

csantanapr commented on a change in pull request #178: convert from threading to multiprocessing
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/178#discussion_r121794442
 
 

 ##########
 File path: provider/consumer.py
 ##########
 @@ -213,6 +205,8 @@ def run(self):
                 if len(messages) > 0:
                     self.__fireTrigger(messages)
 
+                time.sleep(0.1)
 
 Review comment:
   this smells
 
----------------------------------------------------------------
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