apache / openwhisk-composer

Apache OpenWhisk Composer provides a high-level programming model in JavaScript for composing serverless functions
https://openwhisk.apache.org/
Apache License 2.0
68 stars 21 forks source link

Add timeout and nodejs version switches support #32

Closed playground closed 5 years ago

playground commented 5 years ago

Currently when deploy composition conductor action code, the default value for timeout is 60s and nodejs version is v6. One would have to manually adjust those options via the UI. It would be nice to have switch support for those options.

Example deploy ${package}/cos-intellicast-composer intellicast-composer.json -w --kind nodejs:10 --timeout 280000