This is an automated email from the ASF dual-hosted git repository.
bdoyle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new c209a6532 Add note on concurrency limit config (#5103)
c209a6532 is described below
commit c209a65322e89bdcd85c028192b905a5f2670211
Author: davidfrickert <[email protected]>
AuthorDate: Fri Sep 9 23:39:57 2022 +0100
Add note on concurrency limit config (#5103)
---
docs/concurrency.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/concurrency.md b/docs/concurrency.md
index 9cbeeaa18..2b66f1bc9 100644
--- a/docs/concurrency.md
+++ b/docs/concurrency.md
@@ -37,6 +37,8 @@ Concurrent activation processing within the same action
container can be enabled
* (optional) enable alternate log retrieve at controller
* If you want OW api /activations/\<id\>/logs to return logs, you need to
have an alternate log collection mechanism for action containers
* e.g.
CONFIG_whisk_spi_LogStoreProvider=org.apache.openwhisk.core.containerpool.logging.SplunkLogStoreProvider
+* set the max concurrency limit config to a value > 1
+ * e.g. CONFIG_whisk_concurrencyLimit_max=4
* set the concurrency limit > 1 on any action that you want to process
activations concurrently.