2020-11-24 00:29:02 UTC - Joshua Dunham: Hey Everyone, I'm seeing some older news / posts about uploading files to OW actions but there were some limitations -- particularly the file size limit is 1MB. Is this still the case? If so, is there a good pattern to make an OW action transport large files from the source to sink? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606177742326200 ---- 2020-11-24 00:32:40 UTC - Dominic Kim: I believe that limitation comes from the result size of an action. But I think you can load/manipulate/transfer any size of data in the codes not via the action result. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606177960327200 ---- 2020-11-24 00:44:01 UTC - Joshua Dunham: that seems right if handling data internally but in and out seems a problem. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606178641327900 ---- 2020-11-24 00:45:38 UTC - Dominic Kim: You can increase that limit but it would impact the system performance as the result would flow through Kafka and be de/serialized while flowing across components. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606178738329200 ---- 2020-11-24 00:45:57 UTC - Dominic Kim: JFYI, we are using 3MB limit internally. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606178757329500 ---- 2020-11-24 01:10:57 UTC - Rodric Rabbah: Think ibm may be doing 5 or 6mb. It’s configurable. For large files really the pattern is to pull from an object site programmatically. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606180257331200?thread_ts=1606180257.331200&cid=C3TPCAQG1 ---- 2020-11-24 11:19:39 UTC - Michele Sciabarra: Hello all! We developed a “serverless game” based on OpenWhisk to play with serveless functions. It is here: <https://nimbots-apigcp.nimbella.io/> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606216779332200 ---- 2020-11-24 11:21:24 UTC - Michele Sciabarra: It uses Nimbella signup but it could be easily ported to any other openwhisk as long as there is a way to specify the api host and api key. The code is open source here : <https://github.com/openwhisk-blog/nimbots> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606216884333900 ---- 2020-11-24 19:27:59 UTC - Joshua Dunham: Yeah, I have the back half of the workflow set. I was hoping to use OW to accept the files from the users to start the flow. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606246079334400?thread_ts=1606180257.331200&cid=C3TPCAQG1 ----