Hi @jacob18 ,
API connector Plugin will not cause a surge in WUs by itself. The issue would lie in an action or a database search etc.
I believe it could have gone up if you didn’t catch it on time. This is not a specific error on the application. I would say it had something to do with a condition that allowed the API to run that many times.
Have a look at the the logs in your application. It will help you find out and debug why the api kept running. It is possible that the call was recursive and some condition allowed it to not stop.
These kind of calls happen sometimes. Hope you are able to figure it out.
3 Likes