We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347ff1f commit c209a65Copy full SHA for c209a65
docs/concurrency.md
@@ -37,6 +37,8 @@ Concurrent activation processing within the same action container can be enabled
37
* (optional) enable alternate log retrieve at controller
38
* If you want OW api /activations/\<id\>/logs to return logs, you need to have an alternate log collection mechanism for action containers
39
* e.g. CONFIG_whisk_spi_LogStoreProvider=org.apache.openwhisk.core.containerpool.logging.SplunkLogStoreProvider
40
+* set the max concurrency limit config to a value > 1
41
+ * e.g. CONFIG_whisk_concurrencyLimit_max=4
42
* set the concurrency limit > 1 on any action that you want to process activations concurrently.
43
44
0 commit comments