ShubhamGupta9582 opened a new issue #4948: URL: https://github.com/apache/openwhisk/issues/4948
Hi guys, I am invoking 50-60 actions per minute that is working file for some times around (1-2 hr) after some times most of the actions start to fail. If i check log with activation id it shows **The server is currently unavailable (because it is overloaded or down for maintenance)**. and when i check controller logs it shows **no Invokers available**. can anyone knows whats going wrong in my case ? and now if i execute **wsk -i api list** it gives **error: Unable to obtain the API list: Request accepted, but processing not completed yet** and even if invoke any action using gateway api it gives same error the request accepted but processing not completed yet. I am using openwhisk-devtools. So, the limits are already high. I have already increased **CONFIG_whisk_containerPool_userMemory to 40GB** in docker-whisk-controller.env file. Currently I have only one invoker but i tried to increase invoker using **INVOKER_INSTANCES** property in docker-whisk-controller.env file but that didn't work. because in make file it is simply doing docker-compose up and there is only one invoker service in docker-compose.yml thats why the invokers is not increasing. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
