Seonghyun Oh
Seonghyun Oh
There is no command to invoke a web action including extension. You should send the request directly using the curl command.
You can use wskadmin tool (https://github.com/apache/openwhisk/tree/master/tools/admin)
I'm also having the same problem - base image `scala` is already built ``` $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE scala latest 3c21b5fa5a55 16 minutes ago 359MB...
I found the reason why the build is failing. Disable buildkit to use a local base image and restart docker daemon: ```json "features": { "buildkit": false } ``` In my...
@jiangpengcheng please resolve conflicts
@style95 As the implementation continues to change, POEM has been added to this PR for consistency. I will continue to update the PR content as well. > Nice! > Could...
@ningyougang - > Does openwhisk admin need to reconfigure his system limit (e.g. make system limit to a high value)? So openwhisk admin needs to adjust the system limit value...
Removed the POEM document file from this PR as it created a separate PR for POEM https://github.com/apache/openwhisk/pull/5236.
@bdoyle0182 Thanks for your comments. > i.e. if the system memory limit default is 256mb, can you change the default value for a specific namespace to 128mb? If the system...
There is quite a difference in performance due to DNS cache. I need this feature too!