2021-11-25 11:23:13 UTC - Mina Michael: Hello. I'm trying to raise the invocation limit (which is 60 in my setup).
First I tried modifying `group_vars/all`, but the limit is still there. Then I tried using wskadmin like this `./bin/wskadmin limits set --invocationsPerMinute 999 whisk.system` , but I get `Failed to set limits ({"code":"3bE7UfoO5r3hH0AC6l2SnIgyHK7y6gaH","error":"The requested resource could not be found."})` Any ideas? I'm not sure if I set the `whisk.properties` file correctly. ```WHISK_LOGS_DIR=/Users/nickgraziano/incubator-openwhisk/logs DB_PROTOCOL=http DB_PORT=3233 DB_HOST=172.17.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``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1637839393132600?thread_ts=1637839393.132600&cid=C3TPCAQG1 ----