2019-07-26 04:35:06 UTC - chetanm: @Adam Varsano I believe you are using KCF … may be try Docker CF and there you should get better cold start numbers https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564115706205900 ---- 2019-07-26 09:03:07 UTC - Ahmet Uyar: Hi guys, I installed OpenWhisk at ubuntu and did not set OPENWHISK_TMP_DIR. After a restart, it is not working. How can I start things back? I believe I need to restart nginx server. But I am not sure the correct way of doing it. Now, I set OPENWHISK_TMP_DIR to a persistent directory. Thanks in advance. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564131787208400 ---- 2019-07-26 09:21:44 UTC - Ahmet Uyar: I teared down all containers and redeployed again. Works now. <https://github.com/apache/incubator-openwhisk/issues/3123> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564132904209000 ---- 2019-07-26 14:37:47 UTC - Zega: How can I hit a web action static content? I am creating action with --web true and getting url with get action <action name> -r https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564151867212200 ---- 2019-07-26 14:37:49 UTC - Zega: getting 400 https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564151869212500 ---- 2019-07-26 14:39:51 UTC - Rodric Rabbah: whats the url youre using https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564151991212700 ---- 2019-07-26 14:43:47 UTC - Zega: :slightly_smiling_face: let me paste here (sorry, it’s an image), I can’t copy and paste from citrix https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152227213800 ---- 2019-07-26 14:47:48 UTC - Rodric Rabbah: `wsk action get <name> --url` should give you the url name, i assume that’s what you’ve tried already https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152468214900 ---- 2019-07-26 14:49:01 UTC - Zega: yes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152541215100 ---- 2019-07-26 14:49:36 UTC - Zega: a created a package named app1, username is zega1, app demoapp https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152576215800 ---- 2019-07-26 14:50:46 UTC - Zega: https://<apihost>/api/v1/web/zega1/app1/demoapp/img/hello.jpg https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152646217000 ---- 2019-07-26 14:50:48 UTC - Zega: for instance https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152648217200 ---- 2019-07-26 14:51:05 UTC - Zega: tried --web raw too https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152665217500 ---- 2019-07-26 14:51:31 UTC - Zega: apihost meaning an internal IP (not ibmcloud or something else) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152691218000 ---- 2019-07-26 14:52:10 UTC - Zega: action invoke reply looks good https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564152730218600 ---- 2019-07-26 15:48:15 UTC - chetanm: @David Grove for <https://github.com/apache/incubator-openwhisk-apigateway/pull/347> I see scan code is run just after checkout https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564156095219700 ---- 2019-07-26 15:49:27 UTC - chetanm: Ignore that … travis does install first. Would try to see if it can be reordered https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564156167220300 ----