2020-08-24 03:38:20 UTC - Satya Rohith: I can definitely agree. It helped me a lot while developing a new runtime to support Deno on ow. Kudos to @Michele Sciabarra and team! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598240300004700?thread_ts=1598142274.002600&cid=C3TPCAQG1 ---- 2020-08-24 06:32:51 UTC - Matt Welke: Was thinking of taking a stab at using it to make a Dart runtime. It wouldn't personally be useful to me, but that guide made it seem simple to make a runtime and I think it would be a fun side project. Plus Dart is mainly for front end devs, so I bet they'd appreciate being able to use it on the server too.
My first thought was to do Java 11, since I found it strange that it wasn't done yet, but then I dug into the issues and saw someone did it over a year ago, it's just that they need to sort out something with environment variables being passed to the action code. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598250771004900?thread_ts=1598142274.002600&cid=C3TPCAQG1 ---- 2020-08-24 07:06:17 UTC - Ning yougang: Hi, guys https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598252777005300 ---- 2020-08-24 07:06:28 UTC - Ning yougang: For this pr: <https://github.com/apache/openwhisk-cli/pull/488> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598252788005500 ---- 2020-08-24 07:06:33 UTC - Ning yougang: it built failed https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598252793005700 ---- 2020-08-24 07:06:53 UTC - Ning yougang: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598252813005800 ---- 2020-08-24 07:08:05 UTC - Ning yougang: The reason is clear, when build, it didn't fetch openwhisk-client-go's latest codes. If want to build successfully, need to fetch `openwhisk-client-go` 's latest codes. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598252885007400 ---- 2020-08-24 07:08:18 UTC - Ning yougang: Have any idea for it? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598252898007700?thread_ts=1598252898.007700&cid=C3TPCAQG1 ---- 2020-08-24 07:15:19 UTC - Jiang PengCheng: I think you can update it here: <https://github.com/apache/openwhisk-cli/blob/07993fd22c5618ee153eade186369d7d6084d1b7/build.gradle#L60> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598253319008000?thread_ts=1598252898.007700&cid=C3TPCAQG1 ---- 2020-08-24 07:18:25 UTC - Ning yougang: Oh, thanks very much https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598253505008200?thread_ts=1598252898.007700&cid=C3TPCAQG1 ---- 2020-08-24 15:28:07 UTC - Shubham Gupta: Hi guys, I am invoking 50-60 actions per minute after some times most of the actions start to fail. If i check log with activation id it shows `The server is currently unavailable (because it is overloaded or down for maintenance).` and when i check controller logs it show `no Invokers available.` can anyone knows whats going wrong in my case. and i am using openwhisk with docker-compose. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598282887014000?thread_ts=1598282887.014000&cid=C3TPCAQG1 ---- 2020-08-24 15:48:35 UTC - Rodric Rabbah: are you using the default system limits? if so bump them up here <https://github.com/apache/openwhisk/blob/64ccb22ad022ebfac7bb3cf34a1b5627e8431cc4/ansible/group_vars/all#L73-L74> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598284115014100?thread_ts=1598282887.014000&cid=C3TPCAQG1 ---- 2020-08-24 17:48:40 UTC - Shubham Gupta: actually i am using openwhisk-devtools. So, do i need to change these limits ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598291320014500?thread_ts=1598282887.014000&cid=C3TPCAQG1 ---- 2020-08-24 17:51:33 UTC - Shubham Gupta: it is already 60000 in docker-whisk-controller.env https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1598291493014700?thread_ts=1598282887.014000&cid=C3TPCAQG1 ----