-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support setting action concurrency in manifest #176
Comments
I might be able to provide a PR later this week. |
Thanks for the proposal @alexkli ! Looking forward to the PR then :) Note, as we are refactoring both Runtime and App plugins to simplify the underlying dependencies, the PR might be a better fit for https://github.com/adobe/aio-lib-runtime. Could you sync-up with @purplecabbage and @Himavanth before? |
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-829 |
@meryllblanchet @purplecabbage @Himavanth PR ready here: #177 I leave the refactoring to you. The current aio still uses the |
Describe the solution you'd like
Be able to set
concurrency
limit of an action in the manifest.yml.Probably add here: https://github.com/adobe/aio-cli-plugin-runtime/blob/master/src/runtime-helpers.js#L463-L468
Describe alternatives you've considered
No alternatives, other than manually setting it using
wsk
after deployment throughaio
, which is a fragile and complicated process.Additional context
Being able to set a different concurrency than the default 200 in Adobe IO Runtime is important for many use cases.
Looks like it's not possible in
wskdeploy
yet, onlywsk
: apache/openwhisk-wskdeploy#1062The manifest spec does not include it either. Note that
concurrentActivations
is a different limit.The text was updated successfully, but these errors were encountered: