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/11 06:39:08 UTC

[GitHub] cbickel commented on a change in pull request #3698: Make amount of parallel docker runs configurable.

cbickel commented on a change in pull request #3698: Make amount of parallel docker runs configurable.
URL: https://github.com/apache/incubator-openwhisk/pull/3698#discussion_r194303004
 
 

 ##########
 File path: ansible/roles/controller/tasks/deploy.yml
 ##########
 @@ -82,6 +82,7 @@
     - "{{ db.whisk.actions }}"
     - "{{ db.whisk.auth }}"
     - "{{ db.whisk.activations }}"
+  run_once: true
 
 Review comment:
   The intent of this check is to verify, that the databases exist.
   If you have a system with hundred of invokers, I think it's not necessary that each invoker checks, if the database exists. It should be enough, if one invoker does this check.
   What do you think?

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