My Ruby project contains many queues and I want to know if I can find which queue the current processing jobs is coming from as I need to make some decision in my code based on the queue name. There is a possible solution to add a queue name as a parameter to the job when we add it but I need to know if there is a built-in easy way to find it
Thanks