Is there any way to include queue name in list views on the Dashboard?
I’m using Hangfire with a multi-tenant environment. Each tenant have an own database, Hangfire runs in a separate Windows service for each. I distinguish tenants by setting their services up to manage only a specific queue. I’m running the same jobs for each tenant, so they both appear as “Job1.Execute(), Job2.Execute()” on the dashboard. I need to open each row to see which queue was the job running in. All Hangfire servers share the same Hangfire DB on Sql Server, and the dashboard is also running in a single app pool in IIS.