Per-priority metrics
Created by: wyozi
Hey! I would like to make a PR implementing a way to query job counts per priority. Any recommendations or ideas on the best way to proceed?
Right now I'm thinking of a getPrioritizedJobCounts
that returns a Record<Priority, Count>
object.