Retrieving the QueueName for the currently executing job

I’m trying to add some logging that will allow us to aggregate processing metrics to try to pinpoint any bottle necks. One place where I suspect we may have some is in the processing of certain named queues.

Is there any way to surface the name of the Queue that the currently executing job was scheduled against?

I did find this other somewhat related topic and checked the PerformContext to see if anything was available, but there was nothing obvious at least.

Did you find a solution for this? I am facing the same problem.