Hangfire Dashboard with multi-tenancy base

Hi all,

How to access hangfire dashboard for each tenant admin fillter by TenantId.

Thanks

Since you are saying TenantId, would it be safe assume you are going to use a single database ?

Simplest way is to create a separate queue for each tenant. Let me know if that helps.