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 2022/03/24 10:58:49 UTC

[GitHub] [openwhisk] style95 commented on a change in pull request #5206: Fix new scheduler error

style95 commented on a change in pull request #5206:
URL: https://github.com/apache/openwhisk/pull/5206#discussion_r834178731



##########
File path: ansible/roles/controller/tasks/deploy.yml
##########
@@ -317,6 +317,8 @@
       "CONFIG_whisk_etcd_pool_threads": "{{ etcd.pool_threads }}"
       "CONFIG_whisk_scheduler_grpc_tls": "{{ scheduler.grpc.tls | default('false') | lower }}"
       "CONFIG_whisk_scheduler_maxPeek": "{{ scheduler.maxPeek }}"
+      "CONFIG_whisk_spi_LoadBalancerProvider": "org.apache.openwhisk.core.loadBalancer.FPCPoolBalancer"

Review comment:
       Currently, this is guided to configure them alternatively.
   https://github.com/apache/openwhisk/tree/master/ansible#optional-enable-the-new-scheduler
   
   If we take this approach, how about changing the documentation too?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org