Skip to content
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

enable use of concurrency action limits via cli #383

Merged
merged 10 commits into from
Nov 26, 2018

Conversation

tysonnorris
Copy link
Contributor

enable --concurrency flag to set intra-container concurrency limit via wsk cli

requires client-go PR first: apache/openwhisk-client-go#94

@tysonnorris
Copy link
Contributor Author

Broken due to apache/openwhisk-client-go#91, suggested fix in apache/openwhisk-client-go#105


assetHelper.withCleaner(wsk.action, name) { (action, _) =>
action.create(
name,
Some(TestUtils.getTestActionFilename("helloAsync.js")),
memory = Some(memoryLimit),
timeout = Some(timeLimit),
logsize = Some(logLimit))
logsize = Some(logLimit),
concurrency = Some(concurrencyLimit))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes! thanks

@tysonnorris tysonnorris reopened this Nov 26, 2018
@tysonnorris tysonnorris removed the wip label Nov 26, 2018
@tysonnorris
Copy link
Contributor Author

@mdeuser I think all tests are updated and fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants