rabbah commented on issue #2542: actionProxy runtime input parameters limited to 128k URL: https://github.com/apache/incubator-openwhisk/issues/2542#issuecomment-359257754 Here's a swift test that replicates the limitation https://github.com/apache/incubator-openwhisk/compare/master...rabbah:arglist?expand=1#diff-cd4d7cf77b5a623c67fc14b0de34cc1aR165 An option to fix the limit while not breaking existing actions: send all arguments over stdin, and for arguments <= 128K, also send them over argv[1]. We know already an actions that otherwise rely on the input argument will fail.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
