2019-08-06 09:58:57 UTC - Nikolai Starodubtcev: hi all. I know about `openwhisk-role=invoker` and `openwhisk-role=core` labels for k8s nodes. I can't find any explanations and the list of roles anywhere. Can you please point me to the place in docs where I can find it? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565085537384700 ---- 2019-08-06 10:19:41 UTC - Jiang PengCheng: maybe this?: <https://github.com/apache/openwhisk-deploy-kube/blob/e09f810215f4010310f0d85698d86feeb13e7f56/README.md#initial-setup> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565086781385100 ---- 2019-08-06 10:19:57 UTC - Jiang PengCheng: and there is the system architecture document: <https://github.com/apache/openwhisk/blob/master/docs/about.md> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565086797385600 ---- 2019-08-06 13:29:29 UTC - Adam Varsano: Hi all, I've deployed OW on rancher via DockerFactory. Then I've create action that invoke multiple actions (kind of sequence). This is VERY slow, each action takes 10-15 seconds.
I create a prob that run every minute and invoke my actions (workaround to make them warm) Any idea how to make it faster? Thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565098169387300?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:19:17 UTC - Roberto Santiago: Could you share the code (or pseudo code) of your action? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565101157388200?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:44:52 UTC - Adam Varsano: FlowAction: { invokeAction1Sync - (take 10 seconds) invokeAction2Sync - (take 7 seconds) invokeAction3Sync - (take 9 seconds) } https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565102692388400?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:48:14 UTC - Roberto Santiago: Whats happening in each of the actions? Any I/O? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565102894388600?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:49:27 UTC - Adam Varsano: first action - update mongoDB seconds action - fire event to rabbitMQ third action - update mongo again The slowly of time is because it take them lots of time to start https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565102967388900?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:51:51 UTC - Roberto Santiago: are you using stem cells? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565103111389100?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:53:49 UTC - Adam Varsano: No, because I'm using Golang code and I'm compiling it before creating the actions, I'm using blackbox as runtime https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565103229389300?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:54:34 UTC - Roberto Santiago: I don't have a lot of experience optimizing golang actions unfortunately https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565103274389500?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:54:51 UTC - Adam Varsano: How can I stemcells golang actions? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565103291389700?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:55:01 UTC - Adam Varsano: I deployed openwhisk via helm chart https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565103301389900?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 14:57:49 UTC - chetanm: I think Tyson suggested one approach as part of mail thread you initiated on dev mailing list https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565103469390100?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 15:01:18 UTC - Adam Varsano: sorry, where? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565103678390300?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 15:09:38 UTC - chetanm: <https://lists.apache.org/x/thread.html/15458d10fd4198bc1d2aae0c936e08e26f18ebb13459dabe7d4716fc@%3Cdev.openwhisk.apache.org%3E> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565104178390500?thread_ts=1565098169.387300&cid=C3TPCAQG1 ---- 2019-08-06 18:39:05 UTC - Alexander Klimetschek: hi everyone! we just open sourced `wskdebug`, a debugger and live development tool for openwhisk: <https://github.com/adobe/wskdebug> we would love to contribute it to openwhisk itself! I’ll be presenting it and proposing the contribution in tomorrow’s OW tech interchange web meeting: > Day-Time: Wednesdays, 11AM EDT (Eastern US), 5PM CEST (Central Europe), 3PM GMT, 11PM (midnight)(Beijing) > Zoom: <https://zoom.us/my/asfopenwhisk> > <https://cwiki.apache.org/confluence/display/OPENWHISK/Apache+OpenWhisk+Project+Wiki> tada : Jiang PengCheng, Dominic Kim, Michael Schmidt, chetanm, Shazron Abdullah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565116745393300?thread_ts=1565116745.393300&cid=C3TPCAQG1 ---- 2019-08-06 20:02:36 UTC - Roberto Santiago: Awesome!! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565121756393400?thread_ts=1565116745.393300&cid=C3TPCAQG1 ----