dgpratikpatil opened a new issue, #10937: URL: https://github.com/apache/apisix/issues/10937
### Description I have multiple consumers using the same route. I want to allow user A to have 50 requests per 60 seconds, user B to have 30 requests per 60 seconds and all other users to have 10 requests per 60 seconds. The limit-count allows only a single count limit for all I enabled the workflow plugin but it does not seem to be working as expected. It does not limit the api count. ### Environment - APISIX version : docker image version 3.8.0 - Operating system : ubuntu linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): bundled with the docker image - etcd version: 3.5.6 - APISIX Dashboard version: docker image version 3.0.0 alpine - Plugin runner version: Not aware - LuaRocks version, for installation issues: 3.5 -- 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]
