You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by da...@apache.org on 2018/08/01 01:31:40 UTC

[incubator-openwhisk-deploy-kube] branch master updated: remove obsolete LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM (#269)

This is an automated email from the ASF dual-hosted git repository.

daisyguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new a1a7b9f  remove obsolete LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM (#269)
a1a7b9f is described below

commit a1a7b9f4b9f5e7df88dc3f4f92b1e2261ef1dc8d
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Jul 31 21:31:39 2018 -0400

    remove obsolete LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM (#269)
    
    This config values was made obsolete by upstream PR#3875.
---
 helm/openwhisk/templates/controller.yaml | 2 --
 helm/openwhisk/values.yaml               | 1 -
 2 files changed, 3 deletions(-)

diff --git a/helm/openwhisk/templates/controller.yaml b/helm/openwhisk/templates/controller.yaml
index 1871add..d257bb4 100644
--- a/helm/openwhisk/templates/controller.yaml
+++ b/helm/openwhisk/templates/controller.yaml
@@ -111,8 +111,6 @@ spec:
           value: {{ .Values.controller.limits.triggersFiresPerminute | quote }}
         - name: "LIMITS_ACTIONS_INVOKES_PERMINUTE"
           value: {{ .Values.controller.limits.actionsInvokesPerminute | quote }}
-        - name: "LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM"
-          value: {{ .Values.controller.limits.actionsInvokesConcurrentinsystem | quote }}
         - name: "LIMITS_ACTIONS_INVOKES_CONCURRENT"
           value: {{ .Values.controller.limits.actionsInvokesConcurrent | quote }}
 
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index b3705d8..04783e2 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -146,7 +146,6 @@ controller:
     actionsSequenceMaxlength: 50
     triggersFiresPerminute: 60
     actionsInvokesPerminute: 60
-    actionsInvokesConcurrentinsystem: 5000
     actionsInvokesConcurrent: 30
 
 # Invoker configurations