842Mono opened a new issue #5182: URL: https://github.com/apache/openwhisk/issues/5182
One of invocationsPerMinute or firesPerMinute is limited at 60, and I can't increase it. Not sure why. First I tried changing the variables in ansible/group_vars/all, but it didn't work. Then I tried using `wskadmin` (like so: `wskadmin limits set --invocationsPerMinute 999 whisk.system`), but I think I'm not able to set it up correctly, or maybe I'm not using couchdb. I get `Failed to set limits ([Errno 111] Connection refused)`. Here is my `whisk.properties`: ``` WHISK_LOGS_DIR=~/openwhisk/logs DB_PROTOCOL=http DB_PORT=5984 DB_HOST=127.0.0.1 DB_USERNAME=whisk_admin DB_PASSWORD=some_passw0rd DB_WHISK_AUTHS=local_subjects DB_WHISK_ACTIONS=local_whisks DB_WHISK_ACTIVATIONS=local_activations ``` I think I'm just not using the ansible method, and I don't have couchdb. There's no documentation on how to set these variables if I'm not using the ansible method of installation I guess. To install openwhisk I just install Docker, Java and Node.js, and then run `./gradlew core:standalone:bootRun`. I'm on an Ubuntu 18.04 machine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
