You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
concurrency is a limit that can be manually applied to a function using the wsk CLI, but can't be applied to functions in a wskdeploy manifest.yaml. it is different than concurrentActivations
Currently there is support for the following limits for a function:
concurrency
is a limit that can be manually applied to a function using the wsk CLI, but can't be applied to functions in a wskdeploy manifest.yaml. it is different thanconcurrentActivations
ie:
wsk action update <actionpath> --concurrency 100
It is used to allow a number of functions to be run concurrently in the same container determined by the concurrency number.
The text was updated successfully, but these errors were encountered: