dgrove-oss commented on a change in pull request #3104: Add TID stride
configuration
URL:
https://github.com/apache/incubator-openwhisk/pull/3104#discussion_r160805197
##########
File path: common/scala/src/main/resources/application.conf
##########
@@ -82,4 +82,7 @@ whisk {
activations-ddoc = "whisks.v2"
activations-filter-ddoc = "whisks-filters.v2"
}
+
+ controller {
Review comment:
I think what you want here is:
```
controller {
tidStrides = ${?CONTROLLER_INSTANCES}
}
```
that will default tidStrides to the value of the CONTROLLER_INSTANCES envar
if CONFIG_whisk_controller_tidStrides isn't set.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services