Skip to content

Limit the total number of queries a user can run concurrently in the system #3100

@ivakegg

Description

@ivakegg

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions