Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.


@ali-raza-tariq commented on Fri Jan 10 2020
The existing implementation shows the following error message when inflight limit is exceeded
Few suggestions:
The message is misleading because the
allowedshould show the existingactionInvokesConcurrentlimit set by the user (in this case 1000- which got diluted to 1200-20% increase, because of more than 1 controller in deployment)So either it should mention
allowed per controller, or simply show the total allowed over all the controllers (in this case, 5 controllers (5*240=1200)Also, It think it would be better to change the
countto something more meaningful likecurrently runningfor easy debugging. (good first issue label)