Skip to content

Add note on concurrency limit config to concurrency.md #5103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down