Skip to content

Commit c209a65

Browse files
Add note on concurrency limit config (#5103)
1 parent 347ff1f commit c209a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/concurrency.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Concurrent activation processing within the same action container can be enabled
3737
* (optional) enable alternate log retrieve at controller
3838
* If you want OW api /activations/\<id\>/logs to return logs, you need to have an alternate log collection mechanism for action containers
3939
* 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
4042
* set the concurrency limit > 1 on any action that you want to process activations concurrently.
4143

4244

0 commit comments

Comments
 (0)