The idea is that a group of webservers needs to coordinate how many queries a user can run concurrently. The webserver zookeeper would be the place to coordinate the number of currently running queries for a user. The system needs to be able to set limit on a user overall, and set a separate limit on the number of queries for a user per query logic. The use case is that lookup UUID queries may have a higher threshold but all other queries would fall under a lower concurrent limit per user.