ningyougang closed pull request #2998: Increase limits.invocationsPerMinute
default value
URL: https://github.com/apache/incubator-openwhisk/pull/2998
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 54b61144ba..5e1e123755 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -100,7 +100,7 @@ runtimesManifestDefault:
- name: "dockerskeleton"
limits:
- invocationsPerMinute: "{{ limit_invocations_per_minute | default(60) }}"
+ invocationsPerMinute: "{{ limit_invocations_per_minute | default(120) }}"
concurrentInvocations: "{{ limit_invocations_concurrent | default(30) }}"
concurrentInvocationsSystem: "{{ limit_invocations_concurrent_system |
default(5000) }}"
firesPerMinute: "{{ limit_fires_per_minute | default(60) }}"
----------------------------------------------------------------
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