Limiting concurrent executions (activities) / default limit for all users / projects

Currently https://doc.dataiku.com/dss/latest/flow/limits.html allows a global limit and limits per given user and per given project. 

I want a way to put a default limit per user, that is say that every user in the DSS gets a limit of 2 concurrent activities. Without this , I would need to write a 20 rules one per each user , and maintain those rules (change them everytime a new user is added / or deleted). 

Same goes for projects, yes I can add a limit to a given project but what I need is to set a limit for all the projects, so no individual project hogs all the concurrent activities. It's 100% impossible to write individual rules per project, since projects are continously created. 


 

1 Comment
ecerulm
Level 4

Or allow wildcard in the limit keys so that I can write 

user/*  -> 2 

project/* -> 5

 

 

Or allow wildcard in the limit keys so that I can write 

user/*  -> 2 

project/* -> 5