A contributor is trying to "fix" concurrent execution for the go proxy.
As far as I know, goproxy does not support concurrent execution, it will serve
one request and give one response at a time.
In his tests he showed a bug triggere enabling this in the helm chart.
````
whisk:
...
limits:
actions:
concurrency:
max: 100
```
Can you please confirm that will actually enable concurrency so OpenWhisk will
try to send up to 100 http requests in parallel to a single executor without
waiting for a request to be completed?
--
Michele Sciabarra
[email protected]