oEscal opened a new pull request, #22:
URL: https://github.com/apache/openwhisk-composer-python/pull/22

   Made changes so a user can create a new composition with fine-grained 
limits. For instance, a user can do so with the following commands:
   ```bash
   $ <composition> <composition.json> --limits '{"concurrency": 30}'
   $ <composition> <composition.json> --limits-file limits.json
   # where limits.json has, for instance, the contents '{"logs": 5, 
"concurrency": 30}'
   ```
   
   Moreover, I also did some necessary refactoring to the `pydeploy` code: 
fixed the raises (it is necessary to create a `BaseException` object), created 
the `key_value_arg_verification` with duplicated code in the below functions, 
and used [black](https://pypi.org/project/black/) to prettify the overall code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to