You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/10 00:13:23 UTC

[GitHub] pritidesai opened a new issue #312: Action limits in Manifest file is ignored

pritidesai opened a new issue #312: Action limits in Manifest file is ignored
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/312
 
 
   We describe in WskDeploy specification that wskdeploy supports map of limit keys and values under `limits` section, e.g.:
   
   ```
   package:
     name: helloworld
     actions:
       hello:
         location: ../tests/usecases/helloworld/actions/hello.js
         limits:
           timeout: 60
           memorySize: 128
           logSize: 1
           concurrentActivations: 10
           userInvocationRate: 50
           codeSize: 1024
           parameterSize: 128
   ```
   
   But this `limits` section is ignored by manifest_parser. `Action` is defined without such limits section at [yamlparser.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/parsers/yamlparser.go#L51) 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services