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/23 01:14:20 UTC

[GitHub] [openwhisk] style95 commented on a change in pull request #5202: Update ansible with new scheduler instructions

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



##########
File path: ansible/README.md
##########
@@ -176,10 +176,43 @@ whisk.spi {
 .
 ```
 
+#### Configure akka dispatcher for the scheduler
+Add a new dispatcher entry as follows.
+
+**common/scala/src/main/resources/reference.conf**
+```
+  lease-service-dispatcher {

Review comment:
       Thank you for the updates. I wonder how it worked in my local environment.
   Anyway, in our downstream, we are using PinnedDispatcher for the lease service.
   This is because the lease service is a vital component that manages the health status of components.
   




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