[slack-digest] [2019-09-30] #random

2019-10-01 Thread OpenWhisk Team Slack
2019-09-30 05:05:41 UTC - chetanm: @Mohammad Shahrad @Jonathan Balkind I believe you are the author of the above paper. It would be very helpful if you can share your learning and any feedback on OpenWhisk architecture (improvement areas) with the wider community. We hold a biweekly tech interc

Re: [Call for Agendas] Apache OpenWhisk Tech. Interchange

2019-10-01 Thread Michele Sciabarra
Can be of interest the implementation I did of Knative for ActionLoop (hence Go, Python, Java, Rust, Ruby and PHP?) -- Michele Sciabarra mich...@sciabarra.com - Original message - From: Dominic Kim To: dev@openwhisk.apache.org Subject: [Call for Agendas] Apache OpenWhisk Tech. Inte

Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Dascalita Dragos
Currently there's an issue with Composer which requires Redis [1]. Redis module is not installed by default in the NodeJS images. I see 2 options to unblock this: 1 - include Redis in the default nodeJS runtime [2] 2 - make Redis optional for Composer; parallel combinator in Composer won't work w

Re: Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Rodric Rabbah
+1 for including redis in runtimes. -r On Tue, Oct 1, 2019 at 10:06 AM Dascalita Dragos wrote: > Currently there's an issue with Composer which requires Redis [1]. Redis > module is not installed by default in the NodeJS images. > I see 2 options to unblock this: > 1 - include Redis in the def

RE: Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Olivier Tardieu
I am planning to update composer to make REDIS optional in any case (option 2), but I agree we should go for option 1: include redis in the image to help with user experience. The redis npm package is very small (Including dependencies) so I don't think image size is a concern. du -k node_modu

Re: Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Dascalita Dragos
Thanks so much for the prompt feedback. I’ll push a PR to include Redis in Nodejs 10 and 12. Also “uuid” module is needed. On Tue, Oct 1, 2019 at 4:36 PM Olivier Tardieu wrote: > I am planning to update composer to make REDIS optional in any case > (option 2), but I agree we should go for option

Add a new travis job for standalone tests

2019-10-01 Thread Chetan Mehrotra
Hi Team, Recently with addition of some integration tests based on Standalone OpenWhisk mode the time for System test job has started reaching 50 min time limit. I have create a new PR https://github.com/apache/openwhisk/pull/4657 to move those test (takes 10 min in test execution) to a new travi