2020-04-21 07:47:02 UTC - Peter: Somehow didn't think of that. The problem was due to an attempt at concurrent executions per container, because I set `limits.actions.concurrency` to more than 1, mistaking it for `limits.actionsInvokesConcurrent`. Also for the record: when using openwhisk-deploy-kube, the limits you can set in the `values.yaml` seem to be short integers, so if you set `limits.actionsInvokesPerminute` to a value over 64k, the controller will fail parsing the number. https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1587455222020000 ----
