-
@rabbah commented on [Thu Jun 15 2017](https://github.com/apache/incubator-openwhisk/issues/2389)
Java actions run with no heap settings, regardless of the container's memory limit: https://github.co…
-
I have a dns set up on 192.168.9.30.
My actions contains urls which needs to be resolved on this server but the actions are unable to reach the server and still reach out to kube-dns. Can someone ple…
-
Currently if any action response json contains `error` field then it is classified as as `application error` altogether. This "convention" looks like is not clearly documented currently.
We should …
-
Hi,
I'd like to deploy action/function with go runtime by also importing external go library.
Could you provide an example for that ?
-
Use this [cachemanager](https://github.com/adobe-apiplatform/api-gateway-cachemanager) module and configure a 2-layered cache in the Gateway:
1. layer 1 : local cache in lua VM using [lua_shared_dic…
-
Hi guys,
I am getting statusCode 0 in case of application error. It should be 1 in case of application error. I am returning 400 statusCode in my action's output but it is showing statusCode 0 in r…
-
I've seen that there is now support for google as a provider with one of the somewhat recent changes, but it would be awesome to also include support for OpenWhisk. I'm going to look to see if I can f…
-
1. submit a job
blah blah ...
-
I have been successfully able to deploy this project with kind and trigger actions. My goal was to get a kafka feed setup to trigger an action via a rule but no matter what I do it seems like my kafka…
-
**Describe the bug**
CLI tool is not replacing '$' placeholders (indented more than one level) with environment variables.
**To Reproduce**
Example manifest file:
```yml
packages:
__APP_PAC…