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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]