Hi
I am trying to use OpenWhisk over OpenShift. The goal is to run embarrassingly parallelise algorithmic tasks and spinning large number of workers to test the scalability of the system. My concern is not the problem I am solving. It is to find out how many workers can be spinned.
I set these properties
name: WHISK_ACTIONS_INVOKES_CONCURRENT
description: Default number of concurrenct actions per user
value: "1000000"
required: true
- name: WHISK_ACTIONS_INVOKES_CONCURRENT_IN_SYSTEM
description: Number of concurrent actions allowed across the entire system
value: "1000000"
required: true
- name: WHISK_ACTIONS_INVOKES_PER_MINUTE
description: Default number of action invocations per minute per user
value: "1000000"
required: true
For values greater than 10000, I get 500 Internal error. Is there a limit to these values. If yes, is there a way to override them?
Hi
I am trying to use OpenWhisk over OpenShift. The goal is to run embarrassingly parallelise algorithmic tasks and spinning large number of workers to test the scalability of the system. My concern is not the problem I am solving. It is to find out how many workers can be spinned.
I set these properties
For values greater than 10000, I get 500 Internal error. Is there a limit to these values. If yes, is there a way to override them?