Job Priorities in Camunda 8 Similar to the option which we see in Camunda 7?

hi Team , I have below question.
In Camunda 7, we could set job priorities using priority when configuring jobs, allowing higher-priority jobs to be picked up first. However, since Camunda 8 (Zeebe) follows an append-log architecture, how does it handle job prioritization?
Is there a way to define job priorities in Zeebe similar to Camunda 7?
If not, how does Zeebe decide which jobs to process first when multiple jobs exist for the same worker?
Are there any best practices to ensure that critical jobs get processed before lower-priority ones?
Thanks in advance for your insights!