Shaping resources between process types

We have a scenario where the same Camunda8 (on-premise on k8s) cluster is serving different type of process instances. We have a huge number of low prio processes, and a small number of high prio ones, which would always need to finish within a certain time period.

In what ways can we alter the process priorities to make sure that high prio process types always get the required resources, even on a fully loaded Camunda8 cluster?

If priorities are not supported yet (that’s my current understanding), are there any other strategies to deal with our scenario?

@camundateam, how do you handle these issues in your cloud deployment, running multiple users’ instances over the same broker clusters?